Commit 84ad9e34 by BellCodeEditor

auto save

parent fa312081
Showing with 2 additions and 2 deletions
...@@ -2,10 +2,10 @@ import turtle ...@@ -2,10 +2,10 @@ import turtle
pen=turtle.Pen() pen=turtle.Pen()
pen.penup() pen.penup()
pen.goto(100,-100) pen.goto(100,-100)
pen.write("王二狗\n 502\n 10号",font=("Times",20,"normal")) pen.write("朱越彬\n 508\n 8号",font=("Times",25,"normal"))
pen.hideturtle() pen.hideturtle()
pen1=turtle.Pen() pen1=turtle.Pen()
pen1.pensize(12) pen1.pensize(10)
pen1.pencolor("red") pen1.pencolor("red")
pen1.left(45) pen1.left(45)
pen1.forward(100) pen1.forward(100)
......
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