Vidyalelo
Python · Q29

Python MCQs: Variable Names and Operators Chapter

Programming · Python · question 29

Q29

Which of the following is an invalid variable?

A.
my_string_1
B.
1st_string
Answer
C.
foo
D.
_

Answer: Option B

Solution

Answer: Option B
No explanation is given for this question Let's Discuss on Board