ondrag0
from turtle import * stift = Turtle() stift.ondrag(stift.goto,1) onscreenclick(stift.goto,3) mainloop()
ondrag0.txt · Zuletzt geändert: von 127.0.0.1
from turtle import * stift = Turtle() stift.ondrag(stift.goto,1) onscreenclick(stift.goto,3) mainloop()