What Error Occurs When You Execute The Following Python Code #27
What error occurs when you execute the following Python code snippet?</p> <pre><code class="language-text">apple = mango</code></pre>
This multiple choice question (MCQ) is related to the book/course
gs gs109 Python.
It can also be found in
gs gs109 Data Types & Numeric Types - Python Core Data Types - Quiz No.1.
What error occurs when you execute the following Python code snippet?
apple = mango
SyntaxError
NameError
ValueError
TypeError