gpt4 book ai didi

python - 热 python 输入循环

转载 作者:太空宇宙 更新时间:2023-11-04 11:03:49 29 4
gpt4 key购买 nike

我想要类似于以下伪代码的东西:

while input is not None and timer < 5:
input = getChar()
timer = time.time() - start

if timer >= 5:
print "took too long"
else:
print input

无论如何要在没有线程的情况下做到这一点?我想要一个输入法,它返回自上次调用以来输入的任何内容,或者如果未输入任何内容,则返回 None (null)。

最佳答案

在 *nix 上你想要 select使用 sys.stdin。在 Windows 上,您需要 msvcrt.kbhit()msvcrt.getch()

关于python - 热 python 输入循环,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/3050133/

29 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com