python make all comment code example
Example 1: python comment
# This line is cemmented out
Example 2: how to comment python
# This is a comment
'''
This is a
MULTI LINE comment!
'''
# This line is cemmented out
# This is a comment
'''
This is a
MULTI LINE comment!
'''