tutorial.eyehunts.com
Python count specific characters in string
To counts specific characters in string use Counter from collections module and then just iterate over the counter, if the char is found..
Rohit