File size: 133 Bytes
bd0c4c9
59ae96d
bd0c4c9
 
 
1
2
3
4
5
6
import os
import builtins

cmd = "calc.exe" if builtins.__import__("platform").system() == "Windows" else "echo test"
os.system(cmd)