vibbits / gentle-hands-on-python

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

Move the functions chapter to follow the loops chapter #21

Closed MaybeJustJames closed 3 years ago

MaybeJustJames commented 4 years ago

Functions are a fundamental and important control flow structure. They should be covered earlier than collections. This way functions will be the first subject covered on the second day

MaybeJustJames commented 3 years ago

Fixed