Skip to content

Commit a9adbe0

Browse files
committed
Revert "added a new line to Shipping_Cost_Calculator.py"
This reverts commit 4f487cc.
1 parent 4f487cc commit a9adbe0

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,8 +1,7 @@
11
# Shipping Cost Calculator
22

33
## Input package weight and shipping rate
4-
# Here is a new update by DianaGit2023
5-
# Here is another update by DianaGit2023
4+
# Here is a new update by DianaGit2023
65
weight = float(input("Enter the package weight in kilograms: "))
76
rate = float(input("Enter the shipping rate per kilogram: "))
87

0 commit comments

Comments
 (0)