Commit 186040d3 by BellCodeEditor

save project

parent 96cca903
Showing with 7 additions and 3 deletions
...@@ -5,8 +5,11 @@ ...@@ -5,8 +5,11 @@
import turtle import turtle
pen = turtle.Pen() pen = turtle.Pen()
# 请创造师在下面接着创作 pen.color("red")
distance distance=1
# 隐藏画笔,保存画布 for i in range(600):
pen.forward(distance)
pen.right(91)
distance=distance+2
pen.hideturtle() pen.hideturtle()
turtle.done() 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