Skip to content

Commit 8dedfd4

Browse files
committed
added additional line to Shipping_Cost_Calculator.py
1 parent 8634b9d commit 8dedfd4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Shipping_Cost_Calculator.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
# Here is a new update by JGaiten
44

5+
# Here is another update by JGaiten
6+
57
## Input package weight and shipping rate
68
weight = float(input("Enter the package weight in kilograms: "))
79
rate = float(input("Enter the shipping rate per kilogram: "))

0 commit comments

Comments
 (0)