Q. Which of these is used to define a single-line comment in Python?
β
Correct Answer: (C)
#
Explanation: Python uses # for single-line comments.