Skip to content

meganwitz20/GitHub-final-Project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GitHub-final-Project

Shipping Cost Calculator

Input package weight and shipping rate

weight = float(input("Enter the package weight in kilograms: ")) rate = float(input("Enter the shipping rate per kilogram: "))

Calculate shipping cost

shipping_cost = weight * rate

Display the result

print(f"Shipping Cost: {shipping_cost} USD")

About

No description, website, or topics provided.

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages