Perintah Sistem di Python Windwos

import os

# Example: opens the command prompt and runs python
os.system('python')
Perfect Peccary