Skip to content

Commit

Permalink
Update 02-variables.md upper-lower case change
Browse files Browse the repository at this point in the history
Thanks a lot for the great learning materials. I have one suggestion. The original statement upper-case letters are the conventions so we use lower case is ambiguous. I guess this was just mixed up, but if not this would need further explanation in my opinion.
  • Loading branch information
teresa-m authored Nov 14, 2023
1 parent 2408c73 commit edb21c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion episodes/02-variables.md
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ print(len('helium'))

- Python thinks that upper- and lower-case letters are different,
so `Name` and `name` are different variables.
- There are conventions for using upper-case letters at the start of variable names so we will use lower-case letters for now.
- There are conventions for using lower-case letters at the start of variable names so we will use lower-case letters for now.

## Use meaningful variable names.

Expand Down

0 comments on commit edb21c0

Please sign in to comment.