Vidyalelo
Python · Q44

MCQs for Python Data Types and Numeric Types Chapter

Programming · Python · question 44

Q44

What error occurs when you execute the following Python code snippet? apple = mango

A.
SyntaxError
B.
NameError
Answer
C.
ValueError
D.
TypeError

Answer: Option B

Solution

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