5.10 Break and Continue¶ Break statements¶ A break statement in a loop causes the loop to exit immediately. Continue statements¶ A continue statement in a loop causes an immediate jump to the while or for loop header statement.