首页
mac
it
登录
6mi
u
盘
搜
搜 索
it
Python Challenge 第 2 关攻略:ocr
Python Challenge 第 2 关攻略:ocr
mac
2022-06-30
22
text="那一大推乱码" 方案1
from collections import Counter print(Counter(text))
方案2
import string >>> filter(lambda x: x in string.letters, text) 'equality'
转载于:https://www.cnblogs.com/c-x-a/p/9705833.html
转载请注明原文地址: https://mac.8miu.com/read-67530.html
最新回复
(
0
)