vibbits / gentle-hands-on-python

Course materials for the 'Gentle hands-on introduction to Python programming'.
Other
9 stars 8 forks source link

Rework chapter 4 (Conditions) to revolve around a FizzBuzz program #57

Closed MaybeJustJames closed 3 years ago

MaybeJustJames commented 3 years ago

Chapter 4 is now focused on "FizzBuzz" with surrounding material to explain if else elif + supporting exercises.

This PR also adds a solutions lookup table and begins renumbering exercises into $chapter-$exercise format rather than $chapter.$section.$exercise format.