Relearning Python from scratch - building towards career progression
- Lesson 1: What is Python ✓
- Lesson 2: Variables and data types ✓
- Lesson 3: Making decisions with if/elif/else ✓
- Lesson 4: Loops — for, while, range, nested if ✓
- Lesson 5: Functions — def, return, f-strings, mortgage calculator ✓