Jak otworzyć dowolny program na Python
import os
os.system('notepad.exe')
Plain Piranha
import os
os.system('notepad.exe')