Commit 417e27ec by BellCodeEditor

auto save

parent f52484b4
Showing with 6 additions and 1 deletions
......@@ -3,9 +3,13 @@ import turtle
pen=turtle.Pen()
turtle.done()
pen.shape("turtle")
pen.forward(100)
pen.fd(100)
pen.left(144)
pen.fd(100)
pen.left(144)
pen.fd(100)
pen.left(144)
pen.fd(100)
pen.left(144)
pen.fd(100)
pen.left(144)
\ 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