Q. Which of the following is the correct way to comment a single line in Python?
β
Correct Answer: (B)
# comment
Explanation: Python uses the hash symbol for single-line comments.