vibbits / gentle-hands-on-python

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

Explicitly talk about len() of a list. #81

Closed MaybeJustJames closed 2 years ago

MaybeJustJames commented 2 years ago

E.g. What happens with nested lists? Why does it make sense on nested lists?