CBSE Class 12 Computer Science Question 114 of 120

Review of Python Basics — Question 9

Back to all questions
9
Question

Question 9

Comments in Python begin with a "$\text{\textdollar}" symbol.

Answer

False

Reason — Comments in Python start with the "#" symbol and continue until the end of the line. They are used to add explanatory notes or disable certain lines of code for testing purposes.