Question: 3. Shipping Fees Write a Python program (ShippingFees.py) that allows the user to enter the total amount of an online order. If the amount is
3. Shipping Fees Write a Python program (ShippingFees.py) that allows the user to enter the total amount of an online order. If the amount is below $50 shipping fees will be added to the total and the program will print out the total amount with the shipping fees added. (A similar program is shown on slides 20 and 21 of lecture 05) Test your own program three times with the input numbers 34.67,50.00, and 67.45 as shown at the right. Do you get the same results? Save your IDLE Shell window as ShippingFeesTest.txt. Enter the total amount of your order 34.67 The total of your order is $44.67 >>> m=mmm=m=m: RESTART: C:/Users/Rita/Deskt Enter the total amount of your order 50.00 The total of your order is $50.0 >>> RESTART: C:/Usors/Rita/Doskt Enter the total amount of your order 67.45 The total of your order is $67.45 Submit your source code file - ShippingFees.py and - ShippingFees.txt
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
