Commit 4a1456c2 by BellCodeEditor

save project

parent 924b6c46
Showing with 2 additions and 1 deletions
...@@ -2,11 +2,12 @@ ...@@ -2,11 +2,12 @@
import turtle import turtle
turtle.write("你好呀!\n我们一起跳楼吧!",font=("宋体",10,"normal")) turtle.write("你好呀!\n我们一起跳楼吧!",font=("宋体",10,"normal"))
turtle.hideturtle() turtle.hideturtle()
a=int(turtle.textinput("提示","输入"))
turtle.pencolor("red") turtle.pencolor("red")
turtle.pensize(4) turtle.pensize(4)
turtle.left(45) turtle.left(45)
turtle.forward(100) turtle.forward(100)
turtle.circle(50,100) turtle.circle(50,180)
turtle.right(90) turtle.right(90)
turtle.circle(50,180) turtle.circle(50,180)
turtle.forward(100) turtle.forward(100)
......
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