Python输入的时间限制

时间:2017-09-23 06:33:37

标签: python

我在互联网上搜索了好几天,即使我的计算机科学老师也不确定如何做到这一点。

我正在尝试制作一个按钮10秒钟的游戏,然后在10秒后将你从输入中踢出。我有很多方法,但它似乎不起作用。

maxtime=9.58

start_time = time.time()
z=input()
if time.time-start_time>max_time:
   distance=g.count('1')
   print("And he crosses the line with a distance of ",distance)

0 个答案:

没有答案