Commit 23037e0b by BellCodeEditor

save project

parent 389cb079
Showing with 10 additions and 0 deletions
import turtle
pen=turtle.Pen()
screen=turtle.Screen()
pen.speed()
pen.hideturtle()
screen.bgcolor("black")
i=0
while i<135:
pen.pencolor("pink")
\ 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