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