Python für die Ausführung der OS -Befehlsausführung

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