command line from pyhon code example Example: how to run cmd line commands in python import os os.system("javac lolol.java")# or something....