摘要: count() 方法用于统计字符串里某个字符或子字符串出现的次数. ```python st1 = input().upper() st2 = input().upper() print(st1.count(st2)) ``` ![在这里插入图片描述](https://img-blog.csdnim 阅读全文
posted @ 2023-07-04 16:15 小小程序员ol 阅读(343) 评论(0) 推荐(0) 编辑