Commit fd4b28fb by BellCodeEditor

auto save

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