write a program to input a radius of a circle and find area and perimeter using phyton
Answers
Answered by
1
Answer:
a= int(input("Input the radius"))
p=2*3.14*a
print(b)
i hope this helps you
Similar questions