Commit fd4b28fb by BellCodeEditor

auto save

parent c74298df
Showing with 9 additions and 11 deletions
...@@ -3,13 +3,12 @@ import turtle ...@@ -3,13 +3,12 @@ import turtle
pen=turtle.Pen() pen=turtle.Pen()
turtle.pensize(3) turtle.pensize(3)
turtle.pencolor(pink) pen.left(140)
pen.left(45) pen.forward(111.65)
pen.forward(50)
pen.circle(25,180) for i in range(200):
pen.right(90) i.right(1)
pen.circle(25,180) i.forward(1)
pen.forward(50) turtle.left(120)
pen.write(" I hate you",font=("Times",18,"normal"))
pen.hideturtle() i.write("Wow,\n Python is sooooo cool!",font=("Times",13,"normal"))
turtle.done()
\ No newline at end of file
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