Commit d6015e22 by BellCodeEditor

save project

parent 82098a5c
Showing with 5 additions and 4 deletions
# 利用write()帮助悟空给诺依回信吧~
import turtle
len=34
turtle.bgcolor('light blue')
pen=turtle.Pen()
pen.penup()
......@@ -11,10 +12,10 @@ turtle.pendown()
turtle.pensize(5)
turtle.pencolor("red")
turtle.left(45)
turtle.forward(100)
turtle.circle(50,180)
turtle.forward(len*2)
turtle.circle(len,180)
turtle.right(90)
turtle.circle(50,180)
turtle.forward(100)
turtle.circle(len,180)
turtle.forward(len*2)
turtle.hideturtle()
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