Using error catching

Catching specific errors See the different exception types here If no errors occurred You can use the else keyword to define a block of code to be executed if no errors were raised: Raising an error

Read More