question archive Write a Python function q1a_func with the following def line: def q1a_func(a_list,a,b): where The input a_list is a Python list whose entries are of the type int
Subject:Computer SciencePrice: Bought3
Write a Python function q1a_func with the following def line: def q1a_func(a_list,a,b): where
The input a_list is a Python list whose entries are of the type int. You can assume that a_list is non-empty.