quiz1.py 104 Bytes Edit 1 2 3 4 import turtle screen=turtle.Screen() screen.textinput("姓名框","你的名字是:") turtle.done()