1 2 3 4 5 6 7 8 9
r = 40 y = -20 for i in range(3,11): turtel.circle(r,360,i) turtel.penup() turtel.goto(0,y) y -= 20 turtel.pendown() r += 20