Question: USING PYTHON *Write a program, in which the user enters two numbers, then divides the first number by the second, and prints the result to
USING PYTHON
*Write a program, in which the user enters two numbers, then divides the first number by the second, and prints the result to two decimal places.
*Make sure that that the inputs are floats (with exception handling using the ValueError).
*Make sure that there is no divide by zero error (with exception handling).
*Then have a plain exception: That handles any other error.
-Thank you in advance for your assistance-
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
