📜  在 python 代码示例中使函数等待

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

代码示例1
from time import sleep

>>> sleep(4)