Question: Python(4th Edition)- Write a Pseudocode and a Python program that imports the arithmetic module, prompts the user to enter two numbers, and tests all four
Python(4th Edition)- Write a Pseudocode and a Python program that imports the arithmetic module, prompts the user to enter two numbers, and tests all four methods in the module. The numbers entered should be type float. The main function should print the values returned by the product and quotient functions accurate to two decimal places.
sample output
Enter a number 2.5
Enter another number 5
The total is 7.5
The difference is 2.5
The product is 12.50
The quotient is 0.50
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
