Python
Which of the following is invalid variable in Python?

_a = 1
__a = 1
__str__ = 1
None of the mentioned

ANSWER DOWNLOAD EXAMIANS APP