Commit 6bd96bc0 by BellCodeEditor

save project

parent a7ef0dc1
Showing with 6 additions and 4 deletions
a=1
import turtle
pen = turtle.Pen()
colors=["black","white"]
# 请创造师在下面接着创作
for i in range(3000):
pen.forward(a)
for i in range(1,3000,5):
pen.color(colors[i%2])
pen.forward(i)
pen.right(91)
a+=5
......
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