Commit 5add1ed1 by BellCodeEditor

save project

parent 7981489d
Showing with 1 additions and 1 deletions
...@@ -3,10 +3,10 @@ pen = turtle.Pen() ...@@ -3,10 +3,10 @@ pen = turtle.Pen()
screen.bgcolor("black") screen.bgcolor("black")
yanhaochen = ['red','orange','black','yellow'] yanhaochen = ['red','orange','black','yellow']
screen = turtle.Screen() screen = turtle.Screen()
for i in range(1,300): for i in range(1,300):
pen.forward(yanhaochen[i%4]) pen.forward(yanhaochen[i%4])
pen.right(91) pen.right(91)
pen.forward(i)
tuple.hidetutle() tuple.hidetutle()
tuple.done() tuple.done()
......
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