rad = float(raw_input("Enter the radius of the circle: ")) print "The area of the circle is " + str(3.1416*rad*rad) + "."