Suppose that statement2 causes an exception in the following try-exceptblock:try:statement1statement3except Exception1:# Handle exception 1except Exception2:# Handle exception 2statement4Answer the following questions:■ Will statement3 be executed?■ If the exception is not caught, will statement4 be executed?■ If the exception is caught in the except block, will statement4 be executed?
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here