python os open notepad

Solutions on MaxInterview for python os open notepad by the best coders in the world

showing results for - "python os open notepad"
Assia
08 Jul 2017
1import os
2os.system("C:\\Windows\\notepad.exe")