Python Programming Language MCQ Python Dictionary MCQ
⚠ Report ✓ Question Verified Copy Link
x = {'day':'Sunday', 'week':10} for i, j in x.items(): print(i, j, end=' ')
Learn More MCQ Questions from Python Programming Language MCQ Python Dictionary MCQ