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