vibbits / gentle-hands-on-python

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

Opening part to chapter 5 weird wording and spelling #74

Closed MaybeJustJames closed 2 years ago

MaybeJustJames commented 2 years ago
- So far we've seen variables where you store a single value to a name that you can use in your program.
+ So far we've seen how to store a single value in a variable that you can use in your program.
- betweeb square [] brackets.
+ between square [] brackets.
- # Your shipping list in Python
+ # Your shopping list in Python