Q. How can you comment a single line in Python? (A) // comment (B) # comment (C) /* comment */ (D) -- comment ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (B) # comment Explanation: Single-line comments in Python start with `#`.