Commit 4f2ec492 by BellCodeEditor

save project

parent 75f52c20
Showing with 2 additions and 2 deletions
...@@ -2,8 +2,8 @@ import turtie ...@@ -2,8 +2,8 @@ import turtie
pen = turtie.pen pen = turtie.pen
pen.fillcoior(blue) pen.fillcoior(blue)
for i in range(5): for i in range(90):
pen. forward(200) pen. forward(200)
pen.right(144) pen.right(170)
pen.hideturtie() pen.hideturtie()
turtie.done turtie.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