Commit 603eea6f by BellCodeEditor

auto save

parent 84a3bd67
Showing with 3 additions and 3 deletions
......@@ -4,6 +4,6 @@
import turtle
pen=turtle.Pen()
for i in range(5):
forward(100)
left(144)
pen.done()
pen.forward(300)
pen.left(144)#right
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