Page 1 of 1

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

Posted: Wed Jul 13, 2022 7:44 pm
by answerhappygod
apple = mango
a) SyntaxError
b) NameError
c) ValueError
d) TypeError