Commit efe9e7a8 by BellCodeEditor

save project

parent a075876f
Showing with 17 additions and 2 deletions
import turtle
pen = turtle.Turtle()
pen.color('sienna')
# 画布大小
......@@ -12,4 +11,19 @@ pen.up()
pen.backward(150) # 后退
pen.down()
turtle.done()
pen.foward(100)
pen.right(30)
pen.foward(50)
pen.up()
pen.backward(50)
pen.down()
pen.left(60)
pen.foward(50)
pen.up()
pen.backward(50)
pen.left(-60)
pen.backward(100)
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