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