Commit d0c2b7f0 by BellCodeEditor

save project

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