Skip to content

Commit fe61a12

Browse files
Revert "added additional line to Shipping_Cost_calculator.py"
This reverts commit 7ffb0b6.
1 parent 7ffb0b6 commit fe61a12

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 laimajaunskalze-hue
3-
# Here is another update by laimajaunskalze-hue
3+
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)