2018年4月10日
摘要: #-*- coding:utf-8 -*- #取一个字符串中最多出现次数的词 import re from collections import Counter my_str = """ Simple is better than complex. Complex is better than complicated. Flat is better than nested. Sparse is... 阅读全文
posted @ 2018-04-10 20:32 小学森也要学编程 阅读(2428) 评论(0) 推荐(0) 编辑