Q. What error occurs when you execute the following Python code snippet?
Code:
apple = mango
β
Correct Answer: (C)
NameError
apple = mango
You must be Logged in to update hint/solution