Enable Javascript in your browser and then refresh this page, for a much enhanced experience.
1-liner solution in Creative category for Area of a Convex Polygon by nickie
checkio=lambda v:abs(sum((u[0]*v[1]-u[1]*v[0])/2for u,v in zip(v,v[1:]+v)))
Feb. 15, 2014
Comments: