Commit 4f0026d2 by BellCodeEditor

save project

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