Skip to content

Instantly share code, notes, and snippets.

@aezell
Forked from anonymous/pynash help
Last active August 29, 2015 14:19
Show Gist options
  • Save aezell/57c12a8ee754d8e705cb to your computer and use it in GitHub Desktop.
Save aezell/57c12a8ee754d8e705cb to your computer and use it in GitHub Desktop.
# Make sure that the_flying_circus() returns True
def the_flying_circus():
if (5 != 7) and (6 > 4):
print "You have Mastered Silly Walks!"
elif 4 < 7:
print "And now for something completely different."
else:
print "AAAAAAARRRRRRGH"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment