- A [5, 4, 3, 2]
- B 5, 4, 3, 2, 1
- C 5432
- D [5, 4, 3, 2, 1]
Python Programming Language MCQ Python List MCQ
⚠ Report ✓ Question Verified Copy Link
x = [5, 4, 3, 2] x.append(1) print(x)
Learn More MCQ Questions from Python Programming Language MCQ Python List MCQ