Apr-04-2019, 02:56 PM
this is my code
import turtle as t def blank(): t.clear() t.speed(0) t.pensize(2) t.shape("turtle") t.onscreenclick(t.goto) t.onkeypress(blank, "Escape")why can't i used ESC key??