At each iteration, once the loop statement is executed, the loop expression is evaluated again.
While loop
A while loop is a code construct that runs a set of statements, known as the loop body, while a given condition, known as the loop expression, is true.
Source & attribution
Introduction to Python Programming — While loop
OpenStax contributors · OpenStax, Rice University
CC BY 4.0. Text excerpted; whitespace normalised and empty cross-references removed; learning prompts added. No illustrations reproduced.
Source edition: 2024-07-30T19:17:56Z
A note to yourself
Create an account or sign in to keep private notes and saved takas across devices.