how to open any program with pythgon code example Example: how to open any program on python import os os.system('notepad.exe')