python counting letters in string without count function

前端 未结 5 1926
眼角桃花
眼角桃花 2021-01-22 16:54

I am trying to write a program to count the occurrences of a specific letter in a string without the count function. I made the string into a list and set a loop to count but th

5条回答
提交回复
热议问题