- A ValueError
- B hot 100
- C hot True
- D hot 100 True
Python Programming Language MCQ Python Errors and Exceptions Handling
⚠ Report ✓ Question Verified Copy Link
x = ['hot', '100', True]
x.remove('100')
weather, humid = x
print(weather, humid)
Learn More MCQ Questions from Python Programming Language MCQ Python Errors and Exceptions Handling