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