Commit d4589bd9 by BellCodeEditor

auto save

parent 7d33c10a
Showing with 5 additions and 0 deletions
import turtle
pen = turtle.Turtle()
pen.color('sienna')
# 画布大小
......@@ -23,4 +25,7 @@ pen.forward(50)
pen.right(30)
pen.forward(100)
pen.right(180)
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