Exam 98-381: Introduction to Programming Using Python/Perform Troubleshooting and Error Handling
This lesson covers debugging and exception handling.[1]
Readings Edit
Activities Edit
Analyze, detect, and fix code segments that have errors Edit
Syntax errors; logic errors; runtime errors
Analyze and construct code segments that handle exceptions Edit
Try; except; else; finally; raise