Commit 5a7122dd by BellCodeEditor

save project

parent 79e88f68
Showing with 8 additions and 1 deletions
......@@ -8,7 +8,8 @@ P.goto(100,-100)
P.write("傻逼\n我是你爹",font=("Times",20,"normal"))
p.pensize(10)
p.pencolor("red")
len=25
l=s.textinput("提示","多大?")
len=int(l)
p.left(45)
p.forward(2*len)
p.circle(len,180)
......
import turtle
import turtle
screen=turtle.Screen()
screen.textinput("姓名框","你的名字是:")
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