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