Commit c9c8c2ca by BellCodeEditor

save project

parent 999036c3
Showing with 3 additions and 3 deletions
...@@ -4,9 +4,9 @@ ...@@ -4,9 +4,9 @@
""" """
import turtle import turtle
pen = turtle.Pen() pen = turtle.Pen()
#screen.bgcolor(black) screen = turtle.Screen()
screen.bgcolor("light pink")
colors=["red","orange","yellow","blue"] colors=["white","blue","violet","cyan"]
pen.speed(1000) pen.speed(1000)
for i in range(1,300): for i in range(1,300):
pen.pencolor(color[i%4]) 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