Which of the following variable names are INVALID in Python?
A. 1_variable
B. variable_1
C. variable_*
D. variable1
Which of the following variable names are INVALID in Python? …
Share
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
The following variable names are INVALID in Python:
1_variable
variable_*
So, options A and C are correct for this question.