Skip to content

Commit f761a8c

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

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Shipping_Cost_Calculator.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Shipping Cost Calculator
22

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

0 commit comments

Comments
 (0)