Write a Python program that accepts radius of a circle and prints its area.
onlain them?
Answers
Answered by
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
Area = π*r*r
print("Area of the circle is:" , Area)
Hope it Helps !
Mark as brainliest
Similar questions