Commit 6049c30b by BellCodeEditor

save project

parent bd00b143
Showing with 6 additions and 6 deletions
...@@ -3,8 +3,8 @@ ...@@ -3,8 +3,8 @@
""" """
import turtle import turtle
pen=turtle.Pen() pen=turtle.Pen()
for in range 5: for i in range(5):
pen.forword(20) pen.forward(20)
pen.left(144) pen.left(144)
hindeturtle() pen.hindeturtle()
turtle.down() turtle.done()
\ No newline at end of file \ 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