Commit f59b9b13 by BellCodeEditor

save project

parent 69d6de8e
Showing with 1 additions and 2 deletions
......@@ -6,8 +6,7 @@ import turtle
pen = turtle.Pen()
screen = turtle.Screen()
screen.bgcolor("light pink")
screen = turtle.Screen(
colors=["white","blue","violet","cyan"]
pen.speed(1000)
for i in range(1,300):
......
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