count_tokens uses the word-split stand-in: split the text on
whitespace and count the pieces. Fill the blank with the string method
that splits on whitespace.
Method:
count_tokens uses the word-split stand-in: split the text on
whitespace and count the pieces. Fill the blank with the string method
that splits on whitespace.
Method: