Commit a66e8e36 by BellCodeEditor

save project

parent fdc93433
Showing with 3 additions and 1 deletions
......@@ -6,7 +6,9 @@ pen=turtle.Pen()
# pen.hideturtle()
# turtle.done()
pen.pencolor("red")
pen.pensize(5)
screen=turtle.Screen()
screen.bgcolor("ligte blue")
pen.pensize(1)
pen.lt(45)
pen.fd(100)
pen.circle(50,180)
......
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