You are on page 1of 1

import math

radius
float (input ("Enter the
radius of the circle: "))
area = math.pi * radius **
2
print( "The area of the
circle is", area)

You might also like