Skip to content

Instantly share code, notes, and snippets.

@jwlynch
Created November 18, 2014 07:11
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 jwlynch/a3f9c11051895dfbbfa2 to your computer and use it in GitHub Desktop.
Save jwlynch/a3f9c11051895dfbbfa2 to your computer and use it in GitHub Desktop.
if a > b:
foo()
bar()
else:
foo()
baz()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment