Skip to content

Commit e9101ce

Browse files
authored
Update and rename cylinder_weight to cylinder_weight.py
1 parent ba651ab commit e9101ce

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

cylinder_weight renamed to cylinder_weight.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
#Determine the weight of 3 different steel cylinders using the following formula:
22

3-
𝑤𝑒𝑖𝑔ℎ𝑡 = 𝑑𝑒𝑛𝑠𝑖𝑡𝑦 × π × 𝑟𝑎𝑑𝑖𝑢𝑠2 × ℎ𝑒𝑖𝑔ℎ𝑡
3+
#𝑤𝑒𝑖𝑔ℎ𝑡 = 𝑑𝑒𝑛𝑠𝑖𝑡𝑦 × π × 𝑟𝑎𝑑𝑖𝑢𝑠2 × ℎ𝑒𝑖𝑔ℎ𝑡
44

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.
66

77

88

0 commit comments

Comments
 (0)