Programming (Year 12)
Variables
Which of the following is NOT a valid variable name in Python?
variable1
1variable
myVariable
_myVariable
Next