Login and Register ×
Check your Email for the OTP
Python Programming Language MCQ Python Errors and Exceptions Handling
⚠ Report ✓ Question Verified Copy Link
a = int('hello')
Explanation:
--------------------------------------------------------------------------- ValueError Traceback (most recent call last) Input In [1], in () ----> 1 a = int('hello') ValueError: invalid literal for int() with base 10: 'hello'
Related Topic:
Share Above MCQ
Learn More MCQ Questions from Python Programming Language MCQ Python Errors and Exceptions Handling