Articles → Python → Comments In Python
Comments In Python
What Are The Comments?
How Comment Works?
How To Comment And Uncomment Multiple Lines?
Multiline Comments
print("This is the multiline comment")
'''
print("This line will not get printed")
'''