Commit 6179fa23 by BellCodeEditor

save project

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