Skip to content

Commit c9fdc5c

Browse files
committed
Another comment
1 parent 8db5d72 commit c9fdc5c

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,6 +1,6 @@
11
# Shipping Cost Calculator
22
# Here is a new update by <your GitHub username> Copied! Wrap Toggled!
3-
3+
#Here is another one
44
## Input package weight and shipping rate
55
weight = float(input("Enter the package weight in kilograms: "))
66
rate = float(input("Enter the shipping rate per kilogram: "))

0 commit comments

Comments
 (0)