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 8634b9d commit 8dedfd4Copy full SHA for 8dedfd4
Shipping_Cost_Calculator.py
@@ -2,6 +2,8 @@
2
3
# Here is a new update by JGaiten
4
5
+# Here is another update by JGaiten
6
+
7
## Input package weight and shipping rate
8
weight = float(input("Enter the package weight in kilograms: "))
9
rate = float(input("Enter the shipping rate per kilogram: "))
0 commit comments