标签: python
我的代码:
types
答案 0 :(得分:-1)
用线程实现它可能是有意义的。
通过:
t = Threading.thread(target=yourfunction, arguments)
t.start()
然后在5秒钟后再次关闭线程。