Commit d84aeec8 by BellCodeEditor

auto save

parent 698956b5
Showing with 6 additions and 2 deletions
...@@ -3,12 +3,16 @@ import turtle ...@@ -3,12 +3,16 @@ import turtle
pen=turtle.Pen() pen=turtle.Pen()
# pen.write("awdadafda\nasdas",font=("Times",20,"normal")) # pen.write("awdadafda\nasdas",font=("Times",20,"normal"))
# pen.hideturtle() # pen.hideturtle()
pen.pencolor("red") pen.pencolor("blue")
pen.pensize(5) pen.pensize(10)
pen.color("blue")
pen.begin_fill()
pen.left(45) pen.left(45)
pen.forward(100) pen.forward(100)
pen.circle(50,180) pen.circle(50,180)
pen.right(90) pen.right(90)
pen.circle(50,180) pen.circle(50,180)
pen.forward(100) pen.forward(100)
pen.end_fill()
pen.hideturtle()
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