Skip to content

Instantly share code, notes, and snippets.

@rbrito
Created March 6, 2013 20:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rbrito/5103003 to your computer and use it in GitHub Desktop.
Save rbrito/5103003 to your computer and use it in GitHub Desktop.
#!/usr/bin/env python
import os
import platform
import sys
print platform.system()
print sys.platform
print os.name
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment