Commit 6fb68f92 by BellCodeEditor

auto save

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