Commit 6fb68f92 by BellCodeEditor

auto save

parent 6aadbe4e
Showing with 2 additions and 3 deletions
......@@ -2,6 +2,6 @@ import turtle
pen=turtle.Pen()
for i in range(5):
pen.left(144)
pen.forward(-399)
pen.forward(200)
Pen.hideturtle()
turtle.done()
\ No newline at end of file
turtle.done()import turtle
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