from sprites import is_collinear,Screen screen = Screen() screen.xy_grid() A = (100,100) B = (0,0) C = (200,-200) print(is_collinear(A,B,C))