area.py 260 Bytes Edit 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 import turtle pen=turtle.Pen() screen==turtle.Screen() pen.speed('fast') pen.hideturtle() screem.bgcolor('black') i=0 while i<135 pen.pencolor() pen.penup() pen.goto(0,0) pen.forward(200) pen.pendown() pen.circle(100) pen.left(2) i+=1