We have a quiz coming up in Python, but I will give you some time to review what we covered early in the course. The following online exercises from learnpython.org will help you to review:
Do the following sections:
- Hello, World!
- Variables and Types
- Lists
- Basic Operators
- Conditions (ignore the “in” and “is” operators for now)
- Loops (ignore “break”, “continue” and “else” for now)
- Functions (notice that the word “argument” is used where we have used “parameter”)