i

Python Programming

Comments in Python

It is generally used and remember what we are doing in program. It starts with # and after that you can type anything will be consider as a comment.

It extends up to the newline character. Comments are for programmers for a better understanding of a program. Python Interpreter ignores the comment.

# This is a comment

# print out Hello