"""
这个测试主要是为了测试关于旋转的按钮碰撞箱判定的
感谢孙老师/
(下周就要学一次函数了
import turtle
import random
t = turtle
t.speed = 0
t.goto(10,10)
t.goto(20,100)
input()