标签: python input time
如果用户没有写任何东西,如何在python中断输入函数 在windows中10秒内。
假设在下面的代码中:
n=input('Enter Your answer: ')
如果用户在10秒内没有放任何东西那么 打破输入功能并打印('时间到了')
如何在一定时间内打破输入功能???