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 7ffb0b6 commit fe61a12Copy full SHA for fe61a12
Shipping_Cost_Calculator.py
@@ -1,6 +1,6 @@
1
# Shipping Cost Calculator
2
# Here is a new update by laimajaunskalze-hue
3
-# Here is another update by laimajaunskalze-hue
+
4
## Input package weight and shipping rate
5
weight = float(input("Enter the package weight in kilograms: "))
6
rate = float(input("Enter the shipping rate per kilogram: "))
0 commit comments