system commands in python windwos code example
Example: system commands in python windwos
import os
# Example: opens the command prompt and runs python
os.system('python')
import os
# Example: opens the command prompt and runs python
os.system('python')