commencts in python code example
Example: comment in python
# This is a one line comment
"""
This is a comment for multiple lines,
as you can see
"""
""" But also this is valid """
# This is a one line comment
"""
This is a comment for multiple lines,
as you can see
"""
""" But also this is valid """