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