📜  python代码等待 - Python代码示例

📅  最后修改于: 2022-03-11 14:46:33.126000             🧑  作者: Mango

代码示例2
#Wait in python
#Module required - time
import time
#Wait in for the time you put
time.sleep(0.5)
print('Wait in python')