Commit 29a378a4 by BellCodeEditor

save project

parent bcc0c723
Showing with 6 additions and 0 deletions
...@@ -4,4 +4,10 @@ pen=turtle.Pen() ...@@ -4,4 +4,10 @@ pen=turtle.Pen()
pen.shape("turtle") pen.shape("turtle")
pen.forward(50)
pen.left(90)
pen.forward(50)
turtle.done() 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