Loops (For and While)
Loops (For and While)
• The loops we have seen so far are pretty easy to examine to see
if they will terminate or if they will be “infinite loops”
• We can write a loop to run the loop once for each of the items in
a set using the Python for construct
i=2