Which statement is used to exit a loop prematurely in Python?
break
exit
return
continue
This question is part of this quiz :