Skip to content

Instantly share code, notes, and snippets.

@erikrose
Created June 13, 2013 23:57
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 erikrose/5778444 to your computer and use it in GitHub Desktop.
Save erikrose/5778444 to your computer and use it in GitHub Desktop.
def do_stuff(thing):
if thing == 2:
print "Flibbety jibbet!"
render_golfclubs()
sneeze_loudly(True)
do_other_stuff()
if thing == 4:
print "A!"
print "Flibbety jibbet!"
render_golfclubs()
sneeze_loudly(True)
do_other_stuff()
if thing == 5:
print "B!"
print "Flibbety jibbet!"
render_golfclubs()
sneeze_loudly(True)
do_other_stuff()
if thing == 7:
print "C!"
do_other_stuff()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment