Introducing
Your new presentation assistant.
Refine, enhance, and tailor your content, source relevant images, and edit visuals quicker than ever before.
Trending searches
✳✱*
Both are loops, but when would I use a for() loop over a while() loop?
Now try worksheet 4
Remind me what a variable is
How do we declare a variable?
While loops are used to repeat a block of code (the bit that is indented) over and over until the statement on the first line becomes true
Remember IF statements?
Set out like an if statement
while lowercase
Colon at the end of the line
Indentation
DON'T indent anything you don't want to repeat!
Two facts about loops in python