Skip to content

Instantly share code, notes, and snippets.

@zbrasseaux
Created February 23, 2018 20:08
Show Gist options
  • Save zbrasseaux/f0d278e368dd54d147497bb5426ee83a to your computer and use it in GitHub Desktop.
Save zbrasseaux/f0d278e368dd54d147497bb5426ee83a to your computer and use it in GitHub Desktop.
# This is a comment
'''This is also a comment'''
print ("comments are fun") # but you can't print this
# this comment is used for a single line
"""
but this
comment blocks
mult
iple
lines
"""
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment