Commit c8e89c0f by BellCodeEditor

save project

parent b606fa6d
Showing with 5 additions and 6 deletions
......@@ -5,9 +5,9 @@ screen.bgcolor("light blue")
pen=turtle.Pen()
pen.penup()
pen.goto(100,-100)
pen.write(i,,妈妈,离开老家",font=("Times",15,"normal"))
pen.write("电摇小子",font=("Times",15,"normal"))
pen.hideturtle()
len=60
len=screen.textinput("提示","请输入你想要的长度")
pen1=turtle.Pen()
pen1.pencolor("green")
pen1.pensize(5)
......@@ -17,7 +17,5 @@ pen1.circle(len,180)
pen1.right(90)
pen1.circle(len,180)
pen1.forward(2*len)
pen1.hideturtle()
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