while loop - repeats a section of code, while clause - starts a while loop, loop block - code that gets repeated, break statement - immediately stops a loop, Command while condition: - Repeats code while some condition remains True, Command break - Immediately exits a loop (skips to the end of the loop-block),

Leaderboard

Visual style

Options

Switch template

Continue editing: ?