Commit 3a2123a2 by BellCodeEditor

save project

parent f9e9f139
Showing with 2 additions and 2 deletions
...@@ -6,9 +6,9 @@ import turtle ...@@ -6,9 +6,9 @@ import turtle
# turtle.done() # turtle.done()
pen = turtle.Pen() pen = turtle.Pen()
screen = turtle.Screen() screen = turtle.Screen()
screen.bgcolor("pink") screen.bgcolor("skyblue")
pen.pensize(5) pen.pensize(5)
pen.pencolor("skyblue") pen.pencolor("red")
pen.fillcolor("lightgreen") pen.fillcolor("lightgreen")
pen.begin_fill() pen.begin_fill()
pen.left(45) pen.left(45)
......
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