2019-03-31
阅读量:
598
计算字符串中子串出现的次数。
'''
def tm096():
'''
x = 'ababaabbaaa'
print(x.count('ab'))
'''






评论(0)


暂无数据
推荐帖子
2条评论
6条评论
7条评论