MCQ Practice
Single Best Answer
Topic: Python Errors and Exceptions Handling
Q
What will be the output after the following statements?
x = ['hot', '100', True]
x.remove('100')
weather, humid = x
print(weather, humid)
Subchapter
Python Errors and Exceptions Handling
Action
Choose one option below