Q. How can you comment a single line in Python?
β
Correct Answer: (B)
# comment
Explanation: Single-line comments in Python start with `#`.