Skip to content

Commit 4f487cc

Browse files
committed
added a new line to Shipping_Cost_Calculator.py
1 parent f761a8c commit 4f487cc

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

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

0 commit comments

Comments
 (0)