- A TypeError
- B ('Today', 'nice', 'day')
- C SyntaxError
- D ('Today', 'not', 'nice', 'day')
Python Programming Language MCQ Python Errors and Exceptions Handling
⚠ Report ✓ Question Verified Copy Link
x = ('Today', 'nice', 'day')
x[1] = 'not'
print(x)
Learn More MCQ Questions from Python Programming Language MCQ Python Errors and Exceptions Handling