from sprites import get_angle A = (100,100) # 坐标以二元组的形式存储 B = (0,0) C = (200,-200) a = get_angle(A,B,C) print(a)