Exam 98-381: Introduction to Programming Using Python/Perform Troubleshooting and Error Handling

From Wikiversity
Jump to navigation Jump to search

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

See Also[edit | edit source]

References[edit | edit source]