5.0.1 - While loop


Example

i = 0 while i < 10: print(i) i = i + 1