当前位置:编程学习 > python >>

python怎么计算

python中一个字长度小于等于20计算每个字母出现的次数并以字典形式打印
--------------------编程问答-------------------- import string
teststr = 'fasdfasdfasdf'
for word in string.lowercase:
    teststr.count(word)

字典自己查吧
补充:.NET技术 ,  ASP.NET
CopyRight © 2022 站长资源库 编程知识问答 zzzyk.com All Rights Reserved
部分文章来自网络,