In the singly linked list file (functions.c), add 1) a function to swap any two nodes given their indices. 2) a function to slice the list and print the values (much like slicing of lists in python)