python comment funciton code example
Example 1: python comment
# To make a Python Comment just use # and type.
"""
For Multi-Line Comments
Use Three """
"""
Example 2: python comment
# Single line Comment
"""
(''' single quotes ''') will also work
Multi Line
Comment
"""