Pop the hood
Multiple choice
What is a syntax error?
Ray codes
Hey, Ray! Wanna do some coding?

Ray
Who, me?
The others are better at this.
Maybe, maybe not. Watching you work will help the people reading this learn from you.
Mars or bust!
Why is repeating code a problem?
Cleaning
Multiple choice
What is a list?
More functions
Define functions before you use them

Ray
I tried this, and got the error NameError: name 'rect_area' is not defined
.
Counted whiles
Reminder
A while loop has the form:
- while condition:
- action
condition
is either true or false, just like an if
uses. Python will keep doing action
while condition
is true.
We saw loops using string variables in the condition:
Numeric expressions
Practice string and numeric patterns.
Check the service level
Test user input to make sure it's valid.
Tip calculator
Let's make a simple calculator to work out restaurant tips.
Pagination
- Page 1
- Next page