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