Skip to content

Commit 796f3d2

Browse files
authored
Merge pull request #1 from MiKhaline/shipping_calculator_fixes
Merge fixed Shipping_Cost_Calculator.py to main
2 parents 717eb6c + 7451702 commit 796f3d2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Shipping_Cost_Calculator.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# Shipping Cost Calculator
2+
# Here is a new update by <MiKhaline>
23

34
## Input package weight and shipping rate
45
weight = float(input("Enter the package weight in kilograms: "))
@@ -10,3 +11,5 @@
1011
## Display the result
1112
print(f"Shipping Cost: {shipping_cost} USD")
1213

14+
15+

0 commit comments

Comments
 (0)