Commit d3096d33 by BellCodeEditor

auto save

parent 37bce75a
Showing with 2 additions and 1 deletions
...@@ -12,6 +12,6 @@ pen.circle(50,180) ...@@ -12,6 +12,6 @@ pen.circle(50,180)
pen.forward(100) pen.forward(100)
pen.end_fill() pen.end_fill()
pen.pencolor("blue") pen.pencolor("blue")
pen.write("I Love,\nYou",font=("Time",30,"normal")) pen.write("",font=("Time",30,"normal"))
pen.hideturtle() pen.hideturtle()
turtle.done() 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