Comment ouvrir n'importe quel programme sur Python
import os
os.system('notepad.exe')
Plain Piranha
import os
os.system('notepad.exe')