- A [0, 1, 2, 3, 4, 5]
- B [0, 1, 2, 3, 4]
- C [-4, -2, 0, 2, 4]
- D [0, 1, 4, 9, 16]
Python Programming Language MCQ Python List MCQ
⚠ Report ✓ Question Verified Copy Link
x = [i*2-4 for i in range(5)] print(x)
Learn More MCQ Questions from Python Programming Language MCQ Python List MCQ