Commit 634f9dfb by BellCodeEditor

auto save

parent 9430df81
Showing with 6 additions and 4 deletions
import turtle
pen=turtle.Pen()
pen.pensize(10)
pen.pencolor("red")
pen.forward(100)
pen.left(90)
......@@ -18,8 +19,8 @@ pen.left(90)
pen.forward(100)
pen.left(90)
pen.forward(100)
pen.penup()
pen.goto(100,-100)
pen=turtle.Pen()
pen.write("\n22222n\33333\n44444\n55555\n66666\n77777\n88888n\99999"font=("times",20,"normal"))
peni=turtle.Pen()
peni.penup()
peni.goto(100,-100)
peni.write("",font=("times",20,"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