Commit 4f0026d2 by BellCodeEditor

save project

parent 6fafd58b
Showing with 2 additions and 2 deletions
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
import turtle import turtle
pel=turtle.Pen() pel=turtle.Pen()
for i in range(5) for i in range(5):
pel.forward() pel.forward(140)
pel.left(144) pel.left(144)
turtle.done turtle.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