Skip to content

Commit

Permalink
Add a challenge to variables.
Browse files Browse the repository at this point in the history
  • Loading branch information
jetannenbaum committed May 3, 2023
1 parent 7529860 commit b852476
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions docs/python/variables.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@
- A number without a decimal point: angle = 90
- A collection: angle = ["Ninety", 90.0, 90]

## Which Variable Names Are Legal?
- SayHello
- _goodbye!
- 2For1
- another_variable
- X
- _42
!!! Challenge Which Variable Names Are Legal?
- SayHello
- _goodbye!
- 2For1
- another_variable
- X
- _42

0 comments on commit b852476

Please sign in to comment.