Q. How do you start a comment in Python?
β
Correct Answer: (C)
#
Explanation: Python uses `#` to start a single-line comment.
Explanation: Python uses `#` to start a single-line comment.