python what is commentinf code example
Example 1: python comment
# To make a Python Comment just use # and type.
"""
For Multi-Line Comments
Use Three """
"""
Example 2: python comments
# this is a python comment
# To make a Python Comment just use # and type.
"""
For Multi-Line Comments
Use Three """
"""
# this is a python comment