Students who complete this unit will demonstrate that they can:
- Create error checking code
- Identify anomalous conditions in code
- Use
try and except to deal with anomalous conditions
- Write code that handles multiple exceptions from a single try block
- Write code that effectively raises exceptions
- Write and use
finally clauses