摘要: 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 77gg 阅读(127) 评论(0) 推荐(0)
摘要: Python学习笔记-常用模块介绍--hashlib哈希函数 阅读全文
posted @ 2023-01-20 09:17 77gg 阅读(97) 评论(0) 推荐(0)
摘要: Python学习笔记-常用模块介绍--subprocess函数 阅读全文
posted @ 2023-01-20 09:17 77gg 阅读(336) 评论(0) 推荐(0)
摘要: Python学习笔记-常用模块介绍--configparser函数 阅读全文
posted @ 2023-01-20 09:16 77gg 阅读(22) 评论(0) 推荐(0)