someguy045
Programmer
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 passing the old list as the result and then its a question and not an append