Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 355 Bytes

File metadata and controls

11 lines (8 loc) · 355 Bytes

Python Refresher

Relearning Python from scratch - building towards career progression

Progress

  • 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 ✓