python 休息随机秒

import random,time
sleeptime=random.randint(3, 5)
time.sleep(sleeptime)
原文地址:https://www.cnblogs.com/chenxi188/p/15699890.html