Iteration - Lesson 3
What is iteration??
What are the two types of iteration statements in python??
Why are FOR loops useful and the most efficient type of loop??
Example of a FOR loop:
When do you use a WHILE loop??
Example of a WHILE loop:
TIP: to help you understand how while loops work try laying it out as a flowchart where if the user doesn't do something it returns to the beginning.