Commit 8f375d1f by BellCodeEditor

save project

parent 0ed68db3
Showing with 3 additions and 5 deletions
......@@ -5,11 +5,9 @@
import turtle
pen = turtle.Pen()
screen(black)
sb=["green,red,orang,yellow"]
pen.color(sb%4)
distance=1
for i in range(300):
sb=["green","red","orange","yellow"]
for i in range(1,300):
pen.color(sb[i%4])
pen.forward(i)
pen.right(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