Commit 960475fd by BellCodeEditor

save project

parent 03fae1ce
Showing with 1 additions and 1 deletions
...@@ -9,7 +9,7 @@ pen.write("还有几天\n就开学了",font=("Times",30,"normal")) ...@@ -9,7 +9,7 @@ pen.write("还有几天\n就开学了",font=("Times",30,"normal"))
pen.hideturtle() pen.hideturtle()
pen1=turtle.Pen() pen1=turtle.Pen()
len=60 len=60
pen1.pensize(50) pen1.pensize(100)
pen1.pencolor("blue") pen1.pencolor("blue")
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