how to find area of circle using 3.14 code example Example: how to find area of circle def circle(radius): 3.14 * radius * radius circle(12)