WAP to calculate the volume of a Cone.
( Volume of a Cone = 1/3×pi×r2×h ).
Answers
Answered by
1
Answer:
R= float(input("enter the value of radius"))
print('volume of cone=',round(1/3×π×r^2×h))
Similar questions