Skip to content

Commit 013c77a

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

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Shipping_Cost_Calculator.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Shipping Cost Calculator
22

3+
# Here is a new update by Nqnt41
4+
5+
36
## Input package weight and shipping rate
47
weight = float(input("Enter the package weight in kilograms: "))
58
rate = float(input("Enter the shipping rate per kilogram: "))

0 commit comments

Comments
 (0)