Instructions 1 import math 2 def volume_cylinder(diameter, langth) radius - diameter / 2 calculate radius lenth 2 area = arna circle(radius) + call area cirela volume - area * length calculate volum of cylinder print (volume) 4 Write a function volume cylinder that consumes the diameter in metres and produces the volume of a cylinder of length 2 metres. A function area_circle has been loaded for your convenience. Warning: Make sure to use the name of the function given in the instructions. Hints: • Make sure to import math. • The volume of a cylinder is the area of a circle at one end multiplied by the length. • Did you remember to use the radius instead of the diameter? Error while running tests: Traceback ( moat recent call last): File "", line 1, in TypeError: volume_cylinder () missing 1 required positional argument: 'length' During test 2: assert abs (volume_cylinder (6) - 56.548667764616276) < 0.000001 Next Hint

Computer Networking: A Top-Down Approach (7th Edition)
7th Edition
ISBN:9780133594140
Author:James Kurose, Keith Ross
Publisher:James Kurose, Keith Ross
Chapter1: Computer Networks And The Internet
Section: Chapter Questions
Problem R1RQ: What is the difference between a host and an end system? List several different types of end...
icon
Related questions
Question
Where is the error in this Python code? The method needs to print a function that consumes the diameter
in meters and produces the volume of a cylinder of length 2.Only tell me my error mys mistake
Transcribed Image Text:Where is the error in this Python code? The method needs to print a function that consumes the diameter in meters and produces the volume of a cylinder of length 2.Only tell me my error mys mistake
Instructions
1 import math
2 daf voluma_cylinder(diameter, langth)
radius - diameter / 2 calculate radius
lenth 2
area = arna circle(radius) + call area cirela
volume - area length # calculate volum of cylinder
print (volume)
Write a function volume cylinder that consumes the diameter
in metres and produces the volume of a cylinder of length 2
metres. A function area_circle has been loaded for your
convenience.
Warning: Make sure to use the name of the function given in the
instructions.
Hints:
• Make sure to import math.
• The volume of a cylinder is the area of a circle at one end
multiplied by the length.
• Did you remember to use the radius instead of the
Error while running tests:
Traceback ( moat recent call last):
File "<string>", line 1, in <module>
TypeError: volume_cylinder() missing 1 required positional argument: 'length'
During test 2:
assert abs (volume_cylinder (6) - 56.548667764616276) < 0.000001
diameter?
Next Hint
Transcribed Image Text:Instructions 1 import math 2 daf voluma_cylinder(diameter, langth) radius - diameter / 2 calculate radius lenth 2 area = arna circle(radius) + call area cirela volume - area length # calculate volum of cylinder print (volume) Write a function volume cylinder that consumes the diameter in metres and produces the volume of a cylinder of length 2 metres. A function area_circle has been loaded for your convenience. Warning: Make sure to use the name of the function given in the instructions. Hints: • Make sure to import math. • The volume of a cylinder is the area of a circle at one end multiplied by the length. • Did you remember to use the radius instead of the Error while running tests: Traceback ( moat recent call last): File "<string>", line 1, in <module> TypeError: volume_cylinder() missing 1 required positional argument: 'length' During test 2: assert abs (volume_cylinder (6) - 56.548667764616276) < 0.000001 diameter? Next Hint
Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 2 steps with 2 images

Blurred answer
Recommended textbooks for you
Computer Networking: A Top-Down Approach (7th Edi…
Computer Networking: A Top-Down Approach (7th Edi…
Computer Engineering
ISBN:
9780133594140
Author:
James Kurose, Keith Ross
Publisher:
PEARSON
Computer Organization and Design MIPS Edition, Fi…
Computer Organization and Design MIPS Edition, Fi…
Computer Engineering
ISBN:
9780124077263
Author:
David A. Patterson, John L. Hennessy
Publisher:
Elsevier Science
Network+ Guide to Networks (MindTap Course List)
Network+ Guide to Networks (MindTap Course List)
Computer Engineering
ISBN:
9781337569330
Author:
Jill West, Tamara Dean, Jean Andrews
Publisher:
Cengage Learning
Concepts of Database Management
Concepts of Database Management
Computer Engineering
ISBN:
9781337093422
Author:
Joy L. Starks, Philip J. Pratt, Mary Z. Last
Publisher:
Cengage Learning
Prelude to Programming
Prelude to Programming
Computer Engineering
ISBN:
9780133750423
Author:
VENIT, Stewart
Publisher:
Pearson Education
Sc Business Data Communications and Networking, T…
Sc Business Data Communications and Networking, T…
Computer Engineering
ISBN:
9781119368830
Author:
FITZGERALD
Publisher:
WILEY