Using Functions to Work with Lists
We also need to remember that lists are mutable, or able to be changed while the program is running. Consider the following: Being able to store data inside a list is one thing. Accessing each element, one by one, is helpful, but there is so much more that we could do. Insider of having to…