- A [4, 8]
- B [4, 8, 16]
- C 16
- D 8
Python Programming Language MCQ Python Dictionary MCQ
⚠ Report ✓ Question Verified Copy Link
x = {0:4, 1:8, 2:16, 3:32}
print(list(x.values())[2])
Learn More MCQ Questions from Python Programming Language MCQ Python Dictionary MCQ