Skip to content

Instantly share code, notes, and snippets.

Created April 20, 2015 18:01
Show Gist options
  • Save anonymous/da96e9a2f03caed5be07 to your computer and use it in GitHub Desktop.
Save anonymous/da96e9a2f03caed5be07 to your computer and use it in GitHub Desktop.
codecademy exercise
# Make sure that the_flying_circus() returns True
def the_flying_circus():
if this_is_true(): (5 != 7) and (6 > 4)
print "You have Mastered Silly Walks!"
elif this_should_be_true():
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