Skip to content

Commit 662fe77

Browse files
committed
Committing second, unnecessary comment
1 parent fb150ce commit 662fe77

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
@@ -2,6 +2,8 @@
22

33
# Here is a new update by Nqnt41
44

5+
# Here is another update by Nqnt41
6+
57
## Input package weight and shipping rate
68
weight = float(input("Enter the package weight in kilograms: "))
79
rate = float(input("Enter the shipping rate per kilogram: "))

0 commit comments

Comments
 (0)