MCQ Practice
Single Best Answer
Topic: Python Dictionary MCQ
Q
What will be the output after the following statements?
x = {'day':'Sunday', 'week':10}
for i, j in x.items():
print(i, j, end=' ')
Subchapter
Python Dictionary MCQ
Action
Choose one option below