pyhton comment code example
Example: pyhton comment
#This is a comment
#And another one
print("Hello !) #Comment in the same line
"""
A multiline
comment
"""
print("Hello !)
#This is a comment
#And another one
print("Hello !) #Comment in the same line
"""
A multiline
comment
"""
print("Hello !)