I am getting a \'list object is not callable\' error- any help?
import math
def area(r): return math.pi * (r**2) radii = [2,5,7.1,0.3,10