Commit f66a89a5 by BellCodeEditor

save project

parent 0a5448aa
Showing with 1 additions and 2 deletions
......@@ -4,8 +4,7 @@ import random
screen=turtle.Screen()
screen.bgcolor("pink")
len=screen.textinput('姓名框',"你的你的xmshi")
len=float(len)
len=int(len)
pen=turtle.Pen()
pen.write("SB\n你好.",font=("Times",30,"normal"))
pen.hideturtle()
......
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