area of a cicle code example Example 1: area of circle R = (3.14*r*r); Example 2: area of a circle def circle(radius): return radius * math.pi * 2