how to insert comments for various lines "python" code example
Example 1: how to add comment in python
# Use Hashtag to add comments in python
Example 2: Single line Commenting in Python
#This line won't be printed
# Use Hashtag to add comments in python
#This line won't be printed