Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

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

image text in transcribed
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 >>> RESTART : C:/Users/Rita/Deskt Enter the total amount of your order 50.00 The total of your order is $50.0 RESTART : C:/Users/Rita/Deskt 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

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Database Principles Programming And Performance

Authors: Patrick O'Neil

1st Edition

1558603921, 978-1558603929

More Books

Students also viewed these Databases questions