Skip to content

Commit

Permalink
Added new line to Shipping_Cost_Calculator.py
Browse files Browse the repository at this point in the history
  • Loading branch information
GauravNandanwar-1 committed Mar 5, 2025
1 parent 717eb6c commit 5a90f77
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Shipping_Cost_Calculator.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Here is a new update by GauravNandanwar-1

# Shipping Cost Calculator

## Input package weight and shipping rate
Expand All @@ -8,5 +10,4 @@
shipping_cost = weight * rate

## Display the result
print(f"Shipping Cost: {shipping_cost} USD")

print(f"Shipping Cost: {shipping_cost} USD")

0 comments on commit 5a90f77

Please sign in to comment.