I am trying to calculate the percentage of each the area of each polygon in the selected area. I tried using ( math.fsum(!shape.area!) / !PolygonArea! )*100 and other codes but I cannot make it work. Suggestions on how to solve this...