#continue-keyword

[ follow ]
Python
fromRealpython
1 day ago

Skip Ahead in Loops With Python's Continue Keyword - Real Python

The continue keyword in loops jumps to the next iteration, skipping any code after it in the loop body.
[ Load more ]