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