Commit 6bd76db4 by BellCodeEditor

save project

parent d906a429
Showing with 2 additions and 1 deletions
......@@ -20,6 +20,6 @@ pen.color("yellow")
pen.up()
pen.goto(110,-110)
name=screen.textinput("名字","你的名字是:")
pen.write(name+"端午节\n快乐!",font=("Times","40","normal"))
pen.write("端午节\n快乐!",font=("Times","40","normal"))
pen.hideturtle()
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