count all characters in string except fo spaces python code example Example: count number of spaces in string python >>> a = "My test string" >>> a.count(' ') 2