Skip to content

Instantly share code, notes, and snippets.

@programingcorner
Last active September 1, 2020 11:11
Show Gist options
  • Save programingcorner/2e098be2f99b0c2a20fda76b65092987 to your computer and use it in GitHub Desktop.
Save programingcorner/2e098be2f99b0c2a20fda76b65092987 to your computer and use it in GitHub Desktop.
#this is comments,it won't be executed.
print("hello from python") #single line comment
"""" this is multi line
comments.this won't
be executed """"
print(10+5)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment