Question: Given a list of integer numbers stored in the variable A and an integer n, the function A_subset returns a tuple (sum, Asub) where sum
Given a list of integer numbers stored in the variable A and an integer n, the function A_subset returns a tuple (sum, Asub) where sum is an integer with the sum of all the entries of the list, and Asub is a list including the first n entries of A.
This is what I have so far but it only gives me an output of: (2,[2])

Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
