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