how to put comments on python code example
Example: python comment
# To make a Python Comment just use # and type.
"""
For Multi-Line Comments
Use Three """
"""
# To make a Python Comment just use # and type.
"""
For Multi-Line Comments
Use Three """
"""