Skip to content

Commit 45ff103

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Shipping_Cost_Calculator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Shipping Cost Calculator
2-
2+
# Here is a new update by ApurvaRZ
33
## Input package weight and shipping rate
44
weight = float(input("Enter the package weight in kilograms: "))
55
rate = float(input("Enter the shipping rate per kilogram: "))

0 commit comments

Comments
 (0)