Python
Which of the following is invalid variable in Python?

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

ANSWER DOWNLOAD EXAMIANS APP