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 d9fb468 commit 8db5d72Copy full SHA for 8db5d72
Shipping_Cost_Calculator.py
@@ -1,6 +1,6 @@
1
# Shipping Cost Calculator
2
# Here is a new update by <your GitHub username> Copied! Wrap Toggled!
3
-# Here is another update by <your GitHub username>
+
4
## Input package weight and shipping rate
5
weight = float(input("Enter the package weight in kilograms: "))
6
rate = float(input("Enter the shipping rate per kilogram: "))
@@ -11,4 +11,3 @@
11
## Display the result
12
print(f"Shipping Cost: {shipping_cost} USD")
13
14
-#git push --set-upstream origin shipping_calculator_fixes
0 commit comments