Question: Python Create a Python application, Delivery.py for a delivery service. The program should prompt the user for the following inputs. - A code representing the
Create a Python application, Delivery.py for a delivery service. The program should prompt the user for the following inputs. - A code representing the delivery area. A local delivery is code 1, and a long distance delivery is code 2. - A weight, in pounds of the item to be delivered. The program will then display the fee for the item based on the delivery type and its weight. The fee for the delivery, as follows: For examples: (These outputs are from different runs. They are not from a loop.)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
