Commit f52e0d45 by BellCodeEditor

save project

parent 77813a48
Showing with 5 additions and 0 deletions
...@@ -4,7 +4,10 @@ import turtle ...@@ -4,7 +4,10 @@ import turtle
# z.write("都护府亠\nrcecyc ry\ne",font=("Times",20,"normal")) # z.write("都护府亠\nrcecyc ry\ne",font=("Times",20,"normal"))
# z.hideturtle() # z.hideturtle()
# turtle.done() # turtle.done()
y=turtle.Pen() y=turtle.Pen()
y.pencolor("red")
y.pensize(5)
y.left(45) y.left(45)
y.forward(100) y.forward(100)
y.circle(50,180) y.circle(50,180)
...@@ -12,3 +15,4 @@ y.right(90) ...@@ -12,3 +15,4 @@ y.right(90)
y.circle(50,180) y.circle(50,180)
y.forward(100) y.forward(100)
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