Answer:
radius = float(input('Radius: '))
area = 3.14 * (radius ** 2)
print(f'Area of the circle is: {area}')
9.3m questions
12.0m answers