Commit 0a5448aa by BellCodeEditor

save project

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