Commit 1ee59d01 by BellCodeEditor

save project

parent a55157e5
Showing with 16 additions and 1 deletions
...@@ -2,6 +2,20 @@ ...@@ -2,6 +2,20 @@
import turtle import turtle
pen=turtle.Pen() pen=turtle.Pen()
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.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)
turtle.done() turtle.done()
\ No newline at end of file
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