Python Programming Language MCQ Python Built-in Functions MCQ
⚠ Report ✓ Question Verified Copy Link
x = ['a', 'b', 'c', 'A', 'B', 'C'] x.sort(key=str.swapcase) print(x)
Learn More MCQ Questions from Python Programming Language MCQ Python Built-in Functions MCQ