标签: python python-3.x
我正在用Python创建一个程序,我想要求输入,但只是在一段时间内。所以,我想执行这段代码5秒钟:
print("What is your name?") name = input()
我可以用它做什么?我正在使用python 3.3。