how do you add 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: how to add comment in python
# Use Hashtag to add comments in python