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