Python Programming Language MCQ Python Errors and Exceptions Handling
⚠ Report ✓ Question Verified Copy Link
x = ['a', 'b', 1, 2, 'A', 'B'] x.sort() print(x)
Learn More MCQ Questions from Python Programming Language MCQ Python Errors and Exceptions Handling