You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: cylinder_weight.py
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,8 @@
1
1
#Determine the weight of 3 different steel cylinders using the following formula:
2
2
3
-
𝑤𝑒𝑖𝑔ℎ𝑡 = 𝑑𝑒𝑛𝑠𝑖𝑡𝑦 × π × 𝑟𝑎𝑑𝑖𝑢𝑠2 × ℎ𝑒𝑖𝑔ℎ𝑡
3
+
#𝑤𝑒𝑖𝑔ℎ𝑡 = 𝑑𝑒𝑛𝑠𝑖𝑡𝑦 × π × 𝑟𝑎𝑑𝑖𝑢𝑠2 × ℎ𝑒𝑖𝑔ℎ𝑡
4
4
5
-
Prompt the users to enter the radius and height separately for the THREE different cylinders, given the density is the same for all the cylinders which is 0.634.
5
+
#Prompt the users to enter the radius and height separately for the THREE different cylinders, given the density is the same for all the cylinders which is 0.634.
0 commit comments