Skip to content

Instantly share code, notes, and snippets.

@lbattaglioli2000
Created March 7, 2016 03:41
Show Gist options
  • Save lbattaglioli2000/c6184116c6f4703c5edd to your computer and use it in GitHub Desktop.
Save lbattaglioli2000/c6184116c6f4703c5edd to your computer and use it in GitHub Desktop.
Sample comments
# 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