First page Back Continue Last page Overview Graphics

While Loop: Syntax

while condition:

statement1

statement2

...

statementn

False

condition

True

statement1

statement2

...

statementn

further

statements

of script