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