Comment in Python : Comments « Language Basics « Python






Comment in Python

Comment in Python
#
# This is 
# a comment.

print "coment is inside #"

           
       








Related examples in the same category

1.Use # to start a commentUse # to start a comment
2.A comment on the same line as codeA comment on the same line as code