Skip to content

Commit 8ce0e9b

Browse files
committed
Revert "Add additional line to Shipping_Cost_Calculator.py"
This reverts commit 123ff40.
1 parent 123ff40 commit 8ce0e9b

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,5 @@
11
# Shipping Cost Calculator
2-
# Here is a new update by Emanuel-DevX
3-
# Here is another update by Emanuel-DevX
2+
# Here is a new update by Emanuel-DevX
43
## Input package weight and shipping rate
54
weight = float(input("Enter the package weight in kilograms: "))
65
rate = float(input("Enter the shipping rate per kilogram: "))

0 commit comments

Comments
 (0)