Which of the following is an invalid variable?
(a) my_string_1
(b) 1st_string
(c) foo
(d) _
The question was posed to me in an interview.
The question is from Variable Names topic in section Variable Names, Operators, Data Types & Numeric Types of Python