Lesson 12 of 12
🏆 Final Project: Quiz Game!
What You'll Learn
- Combine all 11 lessons into one complete Python project
- Build a multi-question quiz with scoring and feedback
- Use lists, loops, functions, and conditionals together
Quick Check
1. Which Python concept lets you reuse a block of code by name?
2. If score = 7 and total = 10, what is (score / total) * 100?
3. What does .lower() do to a string?
4. Which data structure is best for storing a list of questions?