Commit 5cb86ada by BellCodeEditor

save project

parent a4b1a167
Showing with 2 additions and 0 deletions
import turtle import turtle
p = turtle.Pen() p = turtle.Pen()
c=["red","orange","yellow","green"]
for i in range(300): for i in range(300):
p.pencolor(c[i%4])
p.forward(i) p.forward(i)
p.left(91) p.left(91)
# 隐藏画笔,保存画布 # 隐藏画笔,保存画布
......
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