Commit 0d922302 by BellCodeEditor

save project

parent 2813e7f6
Showing with 3 additions and 2 deletions
import Screen
import turtle import turtle
screen=turtle.Screen()
pen = turtle.Pen() pen = turtle.Pen()
screen.bgcolor(black) screen.bgcolor("black")
c=["red","orange","yellow","green"] c=["red","orange","yellow","green"]
i=1 i=1
for i in range(300): for i in range(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