Commit b5877cc3 by BellCodeEditor

save project

parent 450c967c
Showing with 3 additions and 2 deletions
...@@ -5,6 +5,6 @@ pen.goto(0,-100) ...@@ -5,6 +5,6 @@ pen.goto(0,-100)
pen.pencolor() pen.pencolor()
pen.circle(len,180) pen.circle(len,180)
pen.forward(2*len) pen.forward(2*len)
screen = turtle.pen() screen = turtle.Screen()
screen.bgcolor("red") screen.bgcolor("red")
turtle.down() turtle.down()
\ 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