vibbits / gentle-hands-on-python

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

Better explain what happens to function arguments #72

Closed MaybeJustJames closed 2 years ago

MaybeJustJames commented 2 years ago

Students are confused what happens to their own function arguments when their function is applied. Variables abstract vs concrete values