Python Programming Language MCQ Python List MCQ
⚠ Report ✓ Question Verified Copy Link
x = ['Today', 'Sunday', 'Monday'] x[2] = 'Friday' x[1] = 'Yesterday' print(x[-2] + ' was a great day')
Learn More MCQ Questions from Python Programming Language MCQ Python List MCQ