Commit 5882515a by BellCodeEditor

save project

parent b4543ee7
Showing with 3 additions and 3 deletions
...@@ -2,10 +2,10 @@ ...@@ -2,10 +2,10 @@
import turtle import turtle
pen=turtle.Pen() pen=turtle.Pen()
pen=turtle.Screen() screen=turtle.Screen()
pen.speed(9) pen.speed(100)
pen.hideturtle() pen.hideturtle()
pen.bgcolor('black') screen.bgcolor('black')
i=0 i=0
while i<135: while i<135:
......
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