Comments

Share: Facebook | Twitter | Whatsapp | Linkedin Visits: 552


Comments


#SCRIPTSKART

# This is a single line comment in Python

# This is a
# multi-line
# comment

"""
This is a multi-line

comment using triple-quotes.
"""

#SCRIPTSKART