SyntaxFix
Write A Post
Hire A Developer
Questions
Something along the lines:
import os if os.name == "posix": print(os.system("uname -a")) # insert other possible OSes here # ... else: print("unknown OS")