from sprites import three_point_order A = (100,100) B = (0,0) C = (200,100) r = three_point_order(A,B,C) print(r)