Commit fb5b631f by BellCodeEditor

save project

parent b7473528
Showing with 5 additions and 4 deletions
...@@ -3,13 +3,14 @@ import.turtle ...@@ -3,13 +3,14 @@ import.turtle
pen.write("亲爱的傻逼,你好"("times",36,"nonal")) pen.write("亲爱的傻逼,你好"("times",36,"nonal"))
screen=bg.color(lightpink) screen=bg.color(lightpink)
turtle.done turtle.done
len=30
pen=turtle.pen pen=turtle.pen
pen.penleft(45) pen.penleft(45)
pen.foward(100)) pen.foward(2*len))
pen.circle(50,100) pen.circle(len,100)
pen.left(45) pen.left(45)
pen.right(180) pen.right(180)
pen.circle(50,100) pen.circle(len,100)
pen.forward(100) pen.forward(2*len)
pen.hideturtle pen.hideturtle
pen.pendone pen.pendone
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