Skip to content

Instantly share code, notes, and snippets.

@b1naryth1ef
Created June 14, 2011 03:12
Show Gist options
  • Save b1naryth1ef/1024236 to your computer and use it in GitHub Desktop.
Save b1naryth1ef/1024236 to your computer and use it in GitHub Desktop.
blogpost68_1
if x == 1:
do.something()
elif x == 2:
do.something()
else:
pass
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment