Skip to content

Instantly share code, notes, and snippets.

@anubhavsinha
Created June 4, 2015 18:44
Show Gist options
  • Save anubhavsinha/50cc46c3583343f61b0f to your computer and use it in GitHub Desktop.
Save anubhavsinha/50cc46c3583343f61b0f to your computer and use it in GitHub Desktop.
some python code
import platform
if platform.system()=='Darwin':
print 'Mac'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment