Question: 9. Implement the following function in the PyDev module functions.py and test it from a PyDev module named too.py det fraction product(numi, deninum2, den2): Calculates
9. Implement the following function in the PyDev module functions.py and test it from a PyDev module named too.py det fraction product(numi, deninum2, den2): Calculates and returns fraction values. Use: num, den, product fraction product (numi, deni, num2, den2) num2 Parameters: numi numerator of first fraction (int) deni denominator of first fraction (int H ) numerator of second fraction (int) den2 denominator of second fraction (int ) Returns num numerator of product (int) den denominator of product (int) product num / den (float) Sample testing Enter numerator of fraction 1: 1 Enter denominator of fraction 1: 2 Enter numerator of fraction 2: 4 Enter denominator of fraction 25 Product - 4/10 Decimal = 0.40 43 Test functions.py Choose File No file chosen Submit
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
