- A [0, 2, 4, 6]
- B (0, 2, 4, 6)
- C 0, 2, 4, 6
- D 0 2 4 6
Python Programming Language MCQ Python List MCQ
⚠ Report ✓ Question Verified Copy Link
x = [0, 2, 4, 6] print(tuple(x))
Learn More MCQ Questions from Python Programming Language MCQ Python List MCQ