I have a question about one of these assertion tests:
assert first_word(You need to count the number of digits in a given string) == "a"
Should this be enclosed in quotation marks? If so, how is "a" the first letter of this string?