Skip to content

Instantly share code, notes, and snippets.

@habnabit
Created June 29, 2018 17: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 habnabit/74899ff8c87865cc68b3df77e20f38df to your computer and use it in GitHub Desktop.
Save habnabit/74899ff8c87865cc68b3df77e20f38df to your computer and use it in GitHub Desktop.
if 1:
spam()
# comment
else:
eggs() # comment
if 1:
spam()
""" comment """
else:
eggs()
@samryl
Copy link

samryl commented Jun 29, 2018

if 1:
  spam()
else if not bacon():
  eggs()

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment