摘要: 今日内容概要 1.re模块的其他知识 2.正则起别名与分组机制 3.collections模块 4.time与datetime模块 5.random随机数模块 今日内容详细 re模块的其他知识 import re​res=re.findall('a(b)c','abcabcabcabc')print 阅读全文
posted @ 2022-03-29 17:28 顺溜_7 阅读(119) 评论(0) 推荐(0) 编辑