Get answer of your all questions and doubts! ➤

Question
What are comments in Python?

[Computer Science Class – 11 Sumita Arora solutions. Chapter 6 – Python Fundamentals.]

Answer

Comments are the additional readable information to clarify the source code.
Comments in Python begin with symbol # and generally end with end of the physical line.

Example – #This is an example of comment.

Leave a Comment

Your email address will not be published. Required fields are marked *