Open main menu

CDOT Wiki β

Changes

OPS435 Python Lab 5

4 bytes removed, 11:24, 5 September 2017
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)
13,420
edits