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