def areacircle(radius): """ Computes the area of a circle of the given radius """ area = 3.14*radius**2 print("The area of