Programming (Year 11)
Loop Control
In Python, what does 'break' do in a loop?
Ends the program
Stops the current loop iteration
Exits the loop
Continues to the next iteration
Next