python program to implement comments code example
Example 1: python comment
# To make a Python Comment just use # and type.
"""
For Multi-Line Comments
Use Three """
"""
Example 2: how to make a comment in python
#Use a hash
# To make a Python Comment just use # and type.
"""
For Multi-Line Comments
Use Three """
"""
#Use a hash