Q3. Consider the following Python function: If we call the function maf with the list a and then with the list b with the values give bellow: a = [17, 38, 10, 25, 72] b = [10, 30, 20, 30, 10] What is the value returned by each call? Answers (choose one): a) maf(a) returns True and maf(b) returns True