Please enable JavaScript to use CodeHS

CodeHS Glossary


Break Python

Exits the current loop and resumes execution at the next statement. Can be used in both for loops and while loops.