Commit 634f9dfb by BellCodeEditor

auto save

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