- A ['Today', 'Sunday', 15, 25, 53]
- B [15, 'Sunday', 53, 'Today', 25]
- C [15, 25, 53, 'Sunday', 'Today']
- D [15, 25, 53, 'Today', 'Sunday']
Python Programming Language MCQ Python List MCQ
⚠ Report ✓ Question Verified Copy Link
x = [25, 'Today', 53, 'Sunday', 15] x.reverse() print(x)
Learn More MCQ Questions from Python Programming Language MCQ Python List MCQ