Commit 0cb89cff by BellCodeEditor

save project

parent a14281c0
Showing with 1 additions and 1 deletions
...@@ -3,7 +3,7 @@ screen= turtle.Screen() ...@@ -3,7 +3,7 @@ screen= turtle.Screen()
screen.bgcolor("light blue") screen.bgcolor("light blue")
pen=turtle.Pen() pen=turtle.Pen()
pen.pensize(5) pen.pensize(5)
pen.pencolor("red") pen.pencolor("pink")
size=60 size=60
pen.left(45) pen.left(45)
pen.forward(size*2) pen.forward(size*2)
......
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