text.py 127 Bytes Edit 1 2 3 4 5 import turtle screen=turtle.Screen() screen.bgcolor("light blue") screen.textinput("姓名框","你的名字是") turtle.done()