Closed harshraj8843 closed 2 years ago
Hi, I'd like to take this issue. Is there anything I need to know before starting? Thank you.
Hey @dylan-power
Thanks for showing your interest in this project 👍🏻
Hi, I'd like to take this issue. Is there anything I need to know before starting? Thank you.
please add volume-of-cylinder.py
to volume-of-cylinder
folder
Title of article
Write a Python program to compute the volume of the Cylinder
Volume of a cylinder =
radius
radius
height
*π
Additional information
Example:
radius = 8, height = 10
Volume of a cylinder = 8 8 10 * π = 2010.62 (round to 2 decimal places)
Programme
Code of Conduct