Programming (Year 11)
Control Structures
Which of the following statements is used to terminate a loop in Python?
break
end
return
exit
Next