Skip to content

Commit

Permalink
added additional line to Shipping_Cost_Calculator.py
Browse files Browse the repository at this point in the history
  • Loading branch information
baoduy-bui committed Feb 8, 2025
1 parent 5d98c9e commit 7f16ed8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Shipping_Cost_Calculator.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Shipping Cost Calculator
# Here is a new update by <MCK@gmail.com>
# Here is a new update by <MCK@gmail.com>
# Here is another update by <MCK@gmail.com>

## Input package weight and shipping rate
weight = float(input("Enter the package weight in kilograms: "))
rate = float(input("Enter the shipping rate per kilogram: "))
Expand Down

0 comments on commit 7f16ed8

Please # to comment.