Skip to content

Commit

Permalink
added a new line to Shipping_Cost_Calculator.py
Browse files Browse the repository at this point in the history
  • Loading branch information
malba-blockchain committed Mar 8, 2025
1 parent 717eb6c commit 9d8bf63
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Shipping_Cost_Calculator.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# Shipping Cost Calculator
# Here is a new update by malba.blockchain

## Input package weight and shipping rate
weight = float(input("Enter the package weight in kilograms: "))
Expand All @@ -8,5 +9,4 @@
shipping_cost = weight * rate

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

print(f"Shipping Cost: {shipping_cost} USD")
Empty file added git
Empty file.

0 comments on commit 9d8bf63

Please sign in to comment.