Commit 8f02db9c by BellCodeEditor

save project

parent d85fba40
Showing with 3 additions and 0 deletions
......@@ -2,6 +2,9 @@
import turtle
pen = turtle.Pen()
screen=turtle.Screen()
screen.bgcolor("black")
color=["green","red","orange","yellow"]
distance=1
for i in range(300):
pen.pencolor(color[i%4])
......
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