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