Commit a4b4b5d3 by BellCodeEditor

save project

parent 2ea46b7e
Showing with 13 additions and 8 deletions
......@@ -8,22 +8,27 @@ pen.goto(80,11)
pen.write("Moyi,I don't love you\n, but you are clever.",font=("Times",18,"normal"))
pen.hideturtle()
pen1=turtle.Pen()
yuo=48
bike=2*yuo
lonet=bike-27
zh=lonet*93
len=zh/92
pen.penup()
pen.goto(40,-11)
pen1.color("red")
pen1.left(45)
pen1.forward(50)
pen1.forward(len)
pen1.color("green")
pen1.forward(50)
pen1.forward(len)
pen1.color("red")
pen1.circle(50,180)
pen1.circle(len,180)
pen1.color("green")
pen1.right(90)
pen1.circle(50,180)
pen1.circle(len,180)
pen1.color("red")
pen1.forward(50)
pen1.forward(len)
pen1.color("green")
pen1.forward(50)
pen1.forward(len)
pen1.color("red")
pen1.hideturtle
pen2=turtle.Pen()
......@@ -31,4 +36,5 @@ pen.penup()
pen.goto(80,-50)
pen.write("诺依,我不喜欢你\n,但你很聪明。",font=("Times",18,"normal"))
pen.hideturtle()
turtle.done()
\ No newline at end of file
turtle.done()
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