- A TypeError
- B Tuple
- C String
- D List
Python Programming Language MCQ Python Data Types MCQ
⚠ Report ✓ Question Verified Copy Link
x = [1, 2, 3, 4] y = tuple(x) z = list(y)
Learn More MCQ Questions from Python Programming Language MCQ Python Data Types MCQ