Commit 45616e52 by BellCodeEditor

save project

parent 9e126f94
Showing with 1 additions and 1 deletions
import turtle import turtle
pen = turtle.Pen() pen = turtle.Pen()
screen = turtle.Screen() screen = turtle.Screen()
screen.bgcolor("light pink") screen.bgcolor("black")
colors=["white","cyan","light green","yellow"] colors=["white","cyan","light green","yellow"]
distance=1 distance=1
pen.speed(100*10000000000000) pen.speed(100*10000000000000)
......
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