Difficult-Rocket/tests/many_test_of_hitbox.py
2021-03-20 10:52:40 +08:00

9 lines
89 B
Python

import turtle
import random
t = turtle
t.speed = 0
t.goto(10,10)
t.goto(20,100)
input()