Commit 3c61e1db by BellCodeEditor

save project

parent 5bc881ac
Showing with 13 additions and 0 deletions
import turtle
pen=turtle.pen()
screen=turtle.Screen()
pen.spend('fast')
pen.hideturtle()
screen.bgcolor('black')
i=0
while i<135:
screen.pencolor('pink')
pen
\ No newline at end of file
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