Created
March 7, 2016 03:41
-
-
Save lbattaglioli2000/c6184116c6f4703c5edd to your computer and use it in GitHub Desktop.
Sample comments
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 | |
print("This is not") | |
# print("This line won't get run because it has a comment before it") | |
print("If you add a # in a print() function, it still get's printed") | |
print("You can add comments at the end of a line as well, like this --> ") # This is a comment |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment