Question: I need help writing the following code in Python. Write a function named ship_cost that takes a float package weight and returns an int shipping
I need help writing the following code in Python.
Write a function named ship_cost that takes a float package weight and returns an int shipping cost in dollars. Return None if the package cannot be shipped. Write a main program that gets the package weight from the user and calls the function to compute the shipping cost. main then prints to the user either the shipping cost or a message the package cannot be shipped.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
