03. write a recursive function that takes a list and returns the number of times the symbol 'a' occurs in it. note: do not count a's that might occur in a sublist within the list.