Q. Which of the following statements is used to exit a loop in Python?
β
Correct Answer: (C)
break
Explanation: The `break` statement is used to exit a loop prematurely.