r = float(input("What's the radius of your circle? "))
print("The area of a cirlce with radius {} is {}".format(r, (3.14*(r**2))))
I hope this helps!
5.1m questions
6.7m answers