码迷,mamicode.com
首页 > 其他好文 > 详细

count()

时间:2017-10-23 21:37:56      阅读:140      评论:0      收藏:0      [点我收藏+]

标签:str   style   class   nbsp   code   pre   log   字符   字符串   

count() 用于统计字符串里某个字符出现的次数

In [5]: str = abcdeaaa

In [6]: str.count(a)
Out[6]: 4

 

 

 

 

    

 

count()

标签:str   style   class   nbsp   code   pre   log   字符   字符串   

原文地址:http://www.cnblogs.com/pzk7788/p/7718788.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!