# expression: sqft_to_acres(!Shape_Area!) # code block: def sqft_to_acres(area): return round((area / 43560),2)