Commit d1064ba9 by BellCodeEditor

save project

parent 2a70aa05
Showing with 14 additions and 0 deletions
...@@ -101,6 +101,20 @@ pen.right(90) ...@@ -101,6 +101,20 @@ pen.right(90)
pen.circle(50,180) pen.circle(50,180)
pen.pencolor("red") pen.pencolor("red")
pen.forward(100) pen.forward(100)
pen.write ("诺依\n,turtle真不好用\n,我不会在turtle上写字了",font=("Times",30,"normal"))
pen.hideturtle()
pen.goto(0,100)
pen.pensize(10)
pen.pencolor("yellow")
pen.left(45)
pen.forward(100)
pen.pencolor("red")
pen.circle(50,180)
pen.pencolor("yellow")
pen.right(90)
pen.circle(50,180)
pen.pencolor("red")
pen.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