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