Question: Note: You must use only accumulative recursion for this question. W?ite a Python function 1ist_stat that consumes a list named alst and returns a list

Note: You must use only accumulative recursion for this question. W?ite a Python function 1ist_stat that consumes a list named alst and returns a list containing exactly 5 natural numbers in the order that follows: The number of integers in alst .The number of floats in alst The number of strings in alst The number of all other types in alst For example, list stat( [3, "wow", -3.967, True, True , False, "nice"]) => "list_stat (["good", [3,41, [10]]) ->[0, 0, 0, 1, 21
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
