Single-line comments:

# This is a single-line comment

Multi-line comments

"""
This is a multiline string, not a comment!
And thus it will be parsed by interpreter...
"""

# Now this
# is a multiline comments
# Interpreter will not read this
Comments