Skip to content

Commit 123ff40

Browse files
committed
Add additional line to Shipping_Cost_Calculator.py
1 parent 08bf18e commit 123ff40

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Shipping_Cost_Calculator.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# Shipping Cost Calculator
2-
# Here is a new update by Emanuel-DevX
2+
# Here is a new update by Emanuel-DevX
3+
# Here is another update by Emanuel-DevX
34
## Input package weight and shipping rate
45
weight = float(input("Enter the package weight in kilograms: "))
56
rate = float(input("Enter the shipping rate per kilogram: "))

0 commit comments

Comments
 (0)