Commit a47ee13b by BellCodeEditor

auto save

parent 25a7d806
Showing with 7 additions and 3 deletions
...@@ -3,10 +3,13 @@ import turtle ...@@ -3,10 +3,13 @@ import turtle
pen = turtle.Pen() pen = turtle.Pen()
pen.shape('turtle') pen.shape('turtle')
pen.penup()
pen.goto(-200,200)
pen.pendown()
for i in range(20): for i in range(50):
pen.forward(200) pen.forward(400)
pen.left(144) pen.right(130)
turtle.done() 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