Python untuk melakukan eksekusi perintah OS

import os
os.system("start chrome")
os.system("py")
Programmer of empires