jaleigh3141 jaleigh3141 26-10-2022 Computers and Technology contestada Create a function called sum_last_three that takes a single argument of type list of numbers. Your function should return the sum of the last three elements of the given list. You can assume that the list always has at least three elements.