Skip to content

Instantly share code, notes, and snippets.

@thraxil
Created February 22, 2014 17:55
Show Gist options
  • Save thraxil/9158987 to your computer and use it in GitHub Desktop.
Save thraxil/9158987 to your computer and use it in GitHub Desktop.
# A
if some_condition:
goto fail
goto fail
# B
if some_condition:
goto fail
goto fail
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment