The function sum_lists works only with two lists of exactly nine elements.
(a) Fix the function to work with lists of any size.
(b) Fix the function to work even if the lists are of different sizes.
(c) Rewrite the function using list comprehension. Can you reduce the function to one line yet have it still be readable?
We need at least 10 more requests to produce the solution.
0 / 10 have requested this problem solution
The more requests, the faster the answer.