Day Task 25: Python Try Except When an error occurs, print a message Many exceptions Use the else keyword to define a block of code to be executed if no errors were raised Use the finally block to execute code regardless if the try block raises an error or not