In this video we will cover how to use try except blocks to catch errors before they break a program.
Basic Steps:
Setup basic variables, inputs.
Define try except blocks
Use raise to force exception
Handle the exception
Python
Pycharm
In-line Comment
Input
If Elif Else
Print statements
Try Except
Raise ValueError