Skip to main content
Print this chapter
Module 5 - Section 0 - Repeat!
5.0.1 - While loop
Example
i = 0 while i < 10: print(i) i = i + 1