We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 204d03d commit 2e7ff9bCopy full SHA for 2e7ff9b
1 file changed
Work/sears.py
@@ -1,8 +1,9 @@
1
-#sears.py
2
-bill_thickness = 0.11 * 0.001 # Meters (0.11mm)
3
-sears_height = 442 # Height (meters)
4
-num_bills = 1
5
-day = 1
+# sears.py
+
+bill_thickness = 0.11 * 0.001 # Meters (0.11 mm)
+sears_height = 442 # Height (meters)
+num_bills = 1
6
+day = 1
7
8
while num_bills * bill_thickness < sears_height:
9
print(day, num_bills, num_bills * bill_thickness)
0 commit comments