hey I have nested list of form [[a,a],[f,g,h,j],[g,h,h]] and I need to take the length of the inner list and somehow generate a list of all the lengths of the inner lists. im trying to use append but I cant get it to keep track of the final list correctly through the recursion because I end up...