area of a circle fomrula code example Example: area of a circle def circle(radius): return radius * math.pi * 2