随笔 - 118  文章 - 33 评论 - 1 阅读 - 64825
< 2025年7月 >
29 30 1 2 3 4 5
6 7 8 9 10 11 12
13 14 15 16 17 18 19
20 21 22 23 24 25 26
27 28 29 30 31 1 2
3 4 5 6 7 8 9

摘要: https://docs.python.org/zh-cn/3/library/re.html https://zhuanlan.zhihu.com/p/68014839 findall,search,sub,S python findall import re str = 'aabbabaabba 阅读全文
posted @ 2020-11-30 21:28 Alex0425 阅读(78) 评论(0) 推荐(0)
摘要: 1、计算成绩 scores = {"baidu":32,"google":78,"weixin":95,"facebook":68,"aws":94,"ali":97} for k,v in scores.items(): if(v == max(scores.values())): print(k 阅读全文
posted @ 2020-11-30 08:36 Alex0425 阅读(96) 评论(0) 推荐(0)
点击右上角即可分享
微信分享提示