02 Feb
02Feb

Source code -

radius = int(input("Enter the radius:"))

pie = 22/7

area = pie * radius * radius

print("The area of the circle is",area)  

Comments
* The email will not be published on the website.
I BUILT MY SITE FOR FREE USING