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