- A [0, 2, 36]
- B [0, 2, 21]
- C [0, 6, 2]
- D [0, 2, 14]
Python Programming Language MCQ Python Functions MCQ
⚠ Report ✓ Question Verified Copy Link
x = [int(i**3/3) for i in range(0,5,2)] print(x)
Learn More MCQ Questions from Python Programming Language MCQ Python Functions MCQ