See what we can offer to your school
"SimpleStudy just makes sense...”
Get the best plan for your school
13 cards from this deck
Running the same code multiple times
Condition-controlled and count-controlled
Code repeats while a condition remains true
Code repeats for a specific, fixed number of times
Executes as long as the specified condition is true
while <condition>: <command>
Repeats code for a known, specific number of times
for <id> in range(<start>, <stop>, <step>): <command>
Generates a sequence of numbers for loops
Gives numbers 0-9, stops before 10
When you don't know how many times to repeat
When you know exactly how many repetitions needed
and, or, not
Show more
Select your subjects, and get access to A+ resources today.