Question: 01 - 10 11-20 Question 53 a = b = What will be the output of the following code after the user enters four and

01 - 10 11-20 Question 53 a = b = What will be the output of the following code after the user enters "four" and "zero" for the first 2 inputs? Input("Enter the first number: ") b=input("Enter the second number: ") try: int(a) Int(b) print(a/b) except ValueError: print("The input should consist of digits.") except Zero Division Error: print("Please enter o for the denominator.") except: print("An unknown error has occured.") else: print("See you again!") Type here to search orte Your answer: O The input should consist of digits. An unknown error has occured. O See you again! Please enter o for the denominator. See you again! The input should consist of digits. See you again! Clear
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
