For this list comprehension's expression, use .count() to count the occurrences of "a" in each word.
.count()
"a"
word
Make sure to pick word followed by . and then count, (, "a", ).
.
count
(
)