Vidyalelo
Python · Q25

Python MCQs: Variable Names and Operators Chapter

Programming · Python · question 25

Q25

Which of the following is invalid?

A.
_a = 1
B.
__a = 1
C.
__str__ = 1
D.
none of the mentioned
Answer

Answer: Option D

Solution

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