Skip to content

Commit c1658a2

Browse files
committed
added a new line to Shipping_Cost_Calculator.py
1 parent 717eb6c commit c1658a2

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

3+
# Here is a new update by Boris23-ui
4+
35
## Input package weight and shipping rate
46
weight = float(input("Enter the package weight in kilograms: "))
57
rate = float(input("Enter the shipping rate per kilogram: "))

0 commit comments

Comments
 (0)