#First
#Put a
# hash
#before all the lines
#you want to comment
print('This must be quite obvious, anyways the next option is:')
#Second
"""put the
multi line either between three
double quotes or"""
'''between
three
single quotes'''
#