Q. Which of the following is used to define a comment in Python? (A) // (B) # (C) /* */ (D) -- ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (B) # Explanation: In Python, comments are defined using the '#' symbol.