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