In this chapter, you learned about:
What loops are
while loops
while
for loops
for
Endless loops
Loop control via else, break, and continue
else
break
continue
Nested loops
The loop-and-a-half
Being smart about loops