try: except ExceptionType: except AnotherExceptionType: finally: python try: print(result) except ZeroDivisionError: finally: