#One
#way to do multiple line comments is to do this
#.
"""
Alternatively, you can also use this syntax.
"""
print("Hello multiple line comments")
/* PUT MULTILINE
COMMENT HERE (between
the two delimeters). */
"""
this is a docstring not a multiline comment
and this can be shown in output or not
"""
# mutiline comment
# is like
# that
# and this can not be shown cause it is a comment