摘要: 1.random模块基本使用 import random print(random.random()) # (0,1) float 大于0且小于1之间的小数 print(random.randint(1, 3)) # [1,3] 大于等于1且小于等于3之间的整数 print(random.randr 阅读全文
posted @ 2023-01-20 09:17 o蹲蹲o 阅读(55) 评论(0) 推荐(0) 编辑
摘要: Python学习笔记-常用模块介绍--hashlib哈希函数 阅读全文
posted @ 2023-01-20 09:17 o蹲蹲o 阅读(78) 评论(0) 推荐(0) 编辑
摘要: Python学习笔记-常用模块介绍--subprocess函数 阅读全文
posted @ 2023-01-20 09:17 o蹲蹲o 阅读(133) 评论(0) 推荐(0) 编辑
摘要: Python学习笔记-常用模块介绍--configparser函数 阅读全文
posted @ 2023-01-20 09:16 o蹲蹲o 阅读(11) 评论(0) 推荐(0) 编辑