Write a function swap that swaps the first and last elements of a list argument. Sample output with input: 'all,good things,must, end here There', 'good', 'things', 'must', 'end', 'all') Tour solution goes here 3 def swap S values_list-input 6 swap(values list) .split('') # Program receives comma-separated values like 5, 4, 12, 19 B print(values_list)