python long commentary code example
Example 1: how to add comment in python
# Use Hashtag to add comments in python
Example 2: how to comment python
# This is a comment
'''
This is a
MULTI LINE comment!
'''
# Use Hashtag to add comments in python
# This is a comment
'''
This is a
MULTI LINE comment!
'''