Please enable JavaScript to use CodeHS

CodeHS Glossary


Continue Python

Rejects all the remaining statements in the current iteration of the loop and moves the control back to the top of the loop to continue to the next iteration. Can be used in both while and for loops.