Login and Register ×
Check your Email for the OTP
Python Programming Language MCQ Python Errors and Exceptions Handling
⚠ Report ✓ Question Verified Copy Link
a = b
Explanation:
--------------------------------------------------------------------------- NameError Traceback (most recent call last) Input In [2], in () ----> 1 a = b NameError: name 'b' is not defined
Related Topic:
Share Above MCQ
Learn More MCQ Questions from Python Programming Language MCQ Python Errors and Exceptions Handling