We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 717eb6c commit 8634b9dCopy full SHA for 8634b9d
Shipping_Cost_Calculator.py
@@ -1,5 +1,7 @@
1
# Shipping Cost Calculator
2
3
+# Here is a new update by JGaiten
4
+
5
## Input package weight and shipping rate
6
weight = float(input("Enter the package weight in kilograms: "))
7
rate = float(input("Enter the shipping rate per kilogram: "))
0 commit comments