Commit 83be9a55 by BellCodeEditor

save project

parent b3babe9c
Showing with 5 additions and 5 deletions
......@@ -3,9 +3,9 @@
"""
import turtle
pen=turtle.pen()
pen=turtle.Pen()
for i in range(5):
pen.fotword(250)
pen.forward(250)
pen.right(144)
pen.hideturtle()
turtle.done
\ No newline at end of file
pen.hideturtle()
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