from turtle import * stift = Turtle() stift.ondrag(stift.goto,1) onscreenclick(stift.goto,3) mainloop()