test.py
Go to the documentation of this file.
1 import os
2 
3 os.system('ls')
4 
5 import os
6 os.system('notepad')