The below statement is executed on the Python shell and raised an error. Identify the type of error from the given options:
print(525 + '525')
1
Name Error
2
Syntax error
3
Type Error
4
Value Error
The below statement is executed on the Python shell and raised an error. Identify the type of error from the given options:
print(525 + '525')