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