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