python
JayCxx
这个作者很懒,什么都没留下…
展开
-
python
python原创 2022-11-30 22:33:18 · 144 阅读 · 0 评论 -
python 正则提取信息
python正则提取原创 2022-11-15 21:35:10 · 145 阅读 · 0 评论 -
python 合并excell练习
python原创 2022-11-02 19:56:02 · 66 阅读 · 0 评论 -
python
python原创 2022-11-02 19:16:59 · 62 阅读 · 0 评论 -
python
python原创 2022-10-16 16:19:14 · 158 阅读 · 0 评论 -
python 猜数字游戏
编写程序实现数字游戏,5次机会猜1~100内的数字原创 2022-09-29 09:47:21 · 1312 阅读 · 0 评论 -
python 集合的基本操作
Python3 集合集合(set)是一个无序的不重复元素序列。可以使用大括号 { } 或者 set() 函数创建集合,注意:创建一个空集合必须用 set() 而不是 { },因为 { } 是用来创建一个空字典。原创 2022-09-22 13:29:28 · 651 阅读 · 0 评论 -
Python 字典的创建 删除
python 字典的创建 删除原创 2022-09-14 19:31:43 · 656 阅读 · 0 评论 -
Python 元组的用法
python元组的用法 创建 删除 查看 极值 排序原创 2022-09-10 20:16:14 · 350 阅读 · 0 评论 -
Python 列表用法
列表的创建,删除,查看,增加的用法原创 2022-09-10 20:08:11 · 711 阅读 · 0 评论