Commit 3c8fbb24 by BellCodeEditor

save project

parent 85847577
Showing with 2 additions and 2 deletions
import turtle
import turtle
......@@ -6,7 +6,7 @@ s.bgcolor("black")
color=["pink","blue","orange","purple"]
# 请创造师在下面接着创作
pen.shapesize(100)
pen.shapesize(1000)
for i in range(1,500):
pen.pencolor(color[i%4])
pen.forward(i)
......
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