Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

system commands in python windwos

import os

# Example: opens the command prompt and runs python
os.system('python')
 
PREVIOUS NEXT
Tagged: #system #commands #python #windwos
ADD COMMENT
Topic
Name
6+8 =