Python运维自动化6-常用模块与面向对象基础
摘要:
第1章 常用模块 1.1 random模块 1.1.1 random模块介绍 import random ####取随机数模块 print(random.random())#(0,1) float 大于0且小于1之间的小数 print(random.randint(1,3)) #[1,3] 大于等于 阅读全文
posted @ 2018-01-15 22:03 Python运维自动化 阅读(277) 评论(0) 推荐(0)
浙公网安备 33010602011771号