Commit fac21a37 by BellCodeEditor

save project

parent 6e0aebaa
Showing with 7 additions and 56 deletions
i=-1
while i<5:
i+=1
if i==3:
continue
print(i)
import turtle
pen = turtle.Pen()
for i in range(1,300)
pen.forward(i)
pen.left(91)
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