We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 717eb6c commit 0405b4aCopy full SHA for 0405b4a
Shipping_Cost_Calculator.py
@@ -1,12 +1 @@
1
-# Shipping Cost Calculator
2
-
3
-## Input package weight and shipping rate
4
-weight = float(input("Enter the package weight in kilograms: "))
5
-rate = float(input("Enter the shipping rate per kilogram: "))
6
7
-## Calculate shipping cost
8
-shipping_cost = weight * rate
9
10
-## Display the result
11
-print(f"Shipping Cost: {shipping_cost} USD")
12
+# Here's a new update from MoathAbdalla
0 commit comments