larger_sum_Py_3
candytale55/larger_sum_Py_3
Python
larger_sum() takes two lists of numbers as parameters named lst1 and lst2. It returns the list whose elements sum to the greater number. If the sum of the elements of each list are equal, it returns lst1.