Head First Learn to Code Python Flashcards
Python (1 cards)
1
Q
The Rules around creating variables names
A
- Start your variables with a letter or an underscore
2. After that, use as many letters, numeric digits or underscores as you like.