Commit 9818610a by BellCodeEditor

save project

parent d1064ba9
Showing with 1 additions and 0 deletions
...@@ -103,6 +103,7 @@ pen.pencolor("red") ...@@ -103,6 +103,7 @@ pen.pencolor("red")
pen.forward(100) pen.forward(100)
pen.write ("诺依\n,turtle真不好用\n,我不会在turtle上写字了",font=("Times",30,"normal")) pen.write ("诺依\n,turtle真不好用\n,我不会在turtle上写字了",font=("Times",30,"normal"))
pen.hideturtle() pen.hideturtle()
pen.penup()
pen.goto(0,100) pen.goto(0,100)
pen.pensize(10) pen.pensize(10)
pen.pencolor("yellow") pen.pencolor("yellow")
......
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