Created
February 23, 2018 20:08
-
-
Save zbrasseaux/f0d278e368dd54d147497bb5426ee83a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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