Example of comments in Python. Both single and multple line.
# This is a single line comment ''' This is a multi line comment ''' """ This is also a multi line comment """