Python Programming Language MCQ Python Dictionary MCQ
⚠ Report ✓ Question Verified Copy Link
x = {'year': 2016, 'month': 'March'} x.setdefault('day', 'Tuesday') print(x)
Learn More MCQ Questions from Python Programming Language MCQ Python Dictionary MCQ