Computer Science, asked by rsidalitenes0, 4 months ago

write a program to input a radius of a circle and find area and perimeter using phyton

Answers

Answered by AnmolSingh101
1

Answer:

a= int(input("Input the radius"))

p=2*3.14*a

print(b)

i hope this helps you

Similar questions