Commit f66a89a5 by BellCodeEditor

save project

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