Commit 1703c3b9 by BellCodeEditor

save project

parent 1123da69
Showing with 2 additions and 2 deletions
...@@ -8,9 +8,9 @@ pen.penup() ...@@ -8,9 +8,9 @@ pen.penup()
pen.goto(100,-100) pen.goto(100,-100)
pen.write("悟空给诺依回信",font=("Times",20,"normal")) pen.write("悟空给诺依回信",font=("Times",20,"normal"))
pen.hideturtle() pen.hideturtle()
len=60
pen1=turtle.Pen() pen1=turtle.Pen()
pen1.pensize(17) pen1.pensize(10)
pen1.pencolor("red") pen1.pencolor("red")
pen1.left(45) pen1.left(45)
pen1.forward(len*2) pen1.forward(len*2)
......
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