Commit 6fdfe07d by BellCodeEditor

save project

parent 05e83744
Showing with 3 additions and 1 deletions
import turtle import turtle
pen=turtle.Pen() pen=turtle.Pen()
screen=turtle.Screen()
pen.penup() pen.penup()
pen.goto(0,-150) pen.goto(0,-150)
...@@ -23,6 +23,8 @@ pen.forward(200) ...@@ -23,6 +23,8 @@ pen.forward(200)
pen.end_fill() pen.end_fill()
pen.hideturtle() pen.hideturtle()
screen.bgcolor("red")
turtle.done() turtle.done()
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