# This is a single line comments.
""" Multiline strings can be written
 using three "s, and are often used
 as documentation.
"""
''' Multiline strings can be written
 using three 's, and are often used
 as documentation.
'''
Comments