Skip to content

Commit d9fb468

Browse files
committed
Another commit added
1 parent ca073fb commit d9fb468

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Shipping_Cost_Calculator.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Shipping Cost Calculator
22
# Here is a new update by <your GitHub username> Copied! Wrap Toggled!
3-
3+
# Here is another update by <your GitHub username>
44
## Input package weight and shipping rate
55
weight = float(input("Enter the package weight in kilograms: "))
66
rate = float(input("Enter the shipping rate per kilogram: "))
@@ -11,3 +11,4 @@
1111
## Display the result
1212
print(f"Shipping Cost: {shipping_cost} USD")
1313

14+
#git push --set-upstream origin shipping_calculator_fixes

0 commit comments

Comments
 (0)