commenng in python code example
Example 1: python comment
# This is a comment
""" This is a comment"""
"""
This is a comment
Also this is a comment
"""
Example 2: python comment
#This is a comment
# This is a comment
""" This is a comment"""
"""
This is a comment
Also this is a comment
"""
#This is a comment