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