Vidyalelo
Python · Q47

Python MCQs: Variable Names and Operators Chapter

Programming · Python · question 47

Q47

Which of the following is an invalid statement?

A.
abc = 1,000,000
B.
a b c = 1000 2000 3000
Answer
C.
a,b,c = 1000, 2000, 3000
D.
a_b_c = 1,000,000

Answer: Option B

Solution

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