Skip to content

Commit 8db5d72

Browse files
committed
Revert "Another commit added"
This reverts commit 9730c2b6f41fb0b37be714f18ae61c78d9849ad0.
1 parent d9fb468 commit 8db5d72

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Shipping_Cost_Calculator.py

Lines changed: 1 addition & 2 deletions
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-
# Here is another update by <your GitHub username>
3+
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,4 +11,3 @@
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)