Commit 6179fa23 by BellCodeEditor

save project

parent a108b2a3
Showing with 2 additions and 1 deletions
......@@ -12,6 +12,7 @@ def t(n):
pen.down()
pen = turtle.Turtle()
pen.speed(100)
pen.color('sienna')
# 画布大小
w = turtle.Screen()
......@@ -23,7 +24,7 @@ pen.left(90)
pen.up()
pen.backward(150) # 后退
pen.down()
t(60)
t(100)
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