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