from turtle import * from time import * def abbruch(x=0, y=0): global aktiv aktiv = False leinwand = Screen() tracer(n=0) hideturtle() for radius in range(-200, 201): clear() circle(radius) update() sleep(0.01)