Commit 61c3f541 by BellCodeEditor

save project

parent ae16621c
Showing with 6 additions and 5 deletions
...@@ -6,15 +6,15 @@ screen.bgcolor("pink") ...@@ -6,15 +6,15 @@ screen.bgcolor("pink")
pen1=turtle.Pen() pen1=turtle.Pen()
pen1.penup() pen1.penup()
pen1.goto(100,-100) pen1.goto(100,-100)
pen1.write("八嘎压路!!!",font=("Times",20,"normal")) pen1.write("你好!",font=("Times",20,"normal"))
pen1.hideturtle() pen1.hideturtle()
pen=turtle.Pen() pen=turtle.Pen()
pen.pensize(8) pen.pensize(8)
pen.color("red") pen.color("red")
pen.left(45) pen.left(45)
pen.forward(len) pen.forward(len*2)
pen.circle(50,180) pen.circle(len,180)
pen.right(90) pen.right(90)
pen.circle(50,180) pen.circle(len,180)
pen.forward(len) pen.forward(len*2)
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