Commit 4e0e1f79 by BellCodeEditor

save project

parent 7f71a548
Showing with 2 additions and 1 deletions
......@@ -4,6 +4,6 @@
import turtle
p=turtle.Pen()
for s in range(5):
p.forword(200)
p.forward(200)
p.left(144)
turtle.done()
\ No newline at end of file
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