Commit 8257c3c9 by BellCodeEditor

save project

parent 99ac34a9
Showing with 3 additions and 1 deletions
...@@ -5,7 +5,9 @@ ...@@ -5,7 +5,9 @@
import turtle import turtle
pen=turtle.pen() pen=turtle.pen()
colors=["green","red","orange","yellow"] screen=turtle.Screen()
screen.bgcolor("black")
colors=["tgreen","red","orange","yellow"]
for i in range(1,300): for i in range(1,300):
pen.pencolor(colors[1%4]) pen.pencolor(colors[1%4])
pen.forward(i) 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