Computer Science, asked by nandanm992, 11 months ago


Write a Python program that accepts radius of a circle and prints its area.
onlain them?​

Answers

Answered by Ayushpratapsingh2210
1
r = int(input("Enter radius of the circle:")
Area = π*r*r
print("Area of the circle is:" , Area)



Hope it Helps !
Mark as brainliest
Similar questions