Description : Use try-except blocks and raise custom exceptions.
Answer :
You can handle exceptions in Python using try-except blocks and raise custom exceptions. Try-except blocks allow you to catch and handle exceptions,while raise allows you to create custom exceptions.