from sprites import Screen,showwarning screen = Screen() screen.setup(480,360) r = showwarning('提示','你当前越界了!') print(r)