Q. Which of these is used to define a single-line comment in Python? (A) // (B) /* */ (C) # (D) <!-- --> ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (C) # Explanation: Python uses # for single-line comments.