Which of the following is invalid?
(a) _a = 1
(b) __a = 1
(c) __str__ = 1
(d) none of the mentioned
The question was asked during a job interview.
My question is from Variable Names in section Variable Names, Operators, Data Types & Numeric Types of Python