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

See Also edit

References edit