
Next week is a 1 hour quiz, please review the following:
1. Functions: with and without return values. Function with parameter vs no parameter
2. Random module.
3. For loop, While loop.
4. IF, ELSE, ELIF.
5. List: how to loop through each element in the list. How to add element to the list.
6. String built-in functions: strip, title, upper, lower.
7. How to read error messages in Python and fix the problem.
8. How to continuously ask user until user enter “quit” or “exit”.