Python Programming Language MCQ Python List MCQ
⚠ Report ✓ Question Verified Copy Link
x = ['hot', '100', True] weather = x[0] temperature = x[1] humid = x[2] print(weather, temperature, humid)
Learn More MCQ Questions from Python Programming Language MCQ Python List MCQ