13,420
edits
Changes
→PART 1 - Handling Errors
::#Issue the following to create an exception error:<source lang="python">
print('5' + 10)
</source><br>You should get an exception error similar to the following:<source lang="python">
---------------------------------------------------------------------------
TypeError Traceback (most recent call last)