Question: 8. . Compose a function, cone, that satisfies the following: The function, cone, calculates the volume of a cone given the radius and height of
8. . Compose a function, cone, that satisfies the following: The function, cone, calculates the volume of a cone given the radius and height of the cone. Args radius (float): height (float): Returns: float Drag from here 1 Construct your solution here, including indents def cone (radius, height): volume - area . height / 3 area- tostados) float (height) 2 return volume 2 3 Run Tests Test Cases FAIL: SyntaxError: invalid syntax (line 3)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
