python 随机_python sleep函数 随机
随机sleepsleeptime=random.randint(0, 300)time.sleep(sleeptime)以下为转载http://hi.baidu.com/liuhelishuang/item/1f8cd8f75bd246dd6325d28c#!/usr/bin/env pythonimport osimport timedef fun(name):write_name="comma...