Commit fac21a37 by BellCodeEditor

save project

parent 6e0aebaa
Showing with 7 additions and 56 deletions
i=-1 import turtle
while i<5: pen = turtle.Pen()
i+=1 for i in range(1,300)
if i==3: pen.forward(i)
continue pen.left(91)
print(i) pen.hideturtle()
turtlr.done:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment