Computer Science, asked by srinija12169, 4 months ago

write a python program which accepts the radius of a circle from the user and compute the area​

Answers

Answered by riyaamen303
6

Answer:

r = float(input ("Enter radius of circle : "))

print ("Area of the circle is: " + str(3.14 * r*r))

I hope this helps you.Please add as Brainliest if it is correct.

Answered by sarkartulika428
3

please mark me as brainlist please please please please please

Similar questions