Day Task 7: Python Lists: (a). Create a list (b). Access list items (c). Change the value of a list item (d). Loop through a list (e). Check if a list item exists (f). Get the length of a list (g). Add an item to the end of a list (h). Add an item at a specified index (i). Remove an item (j). Remove the last item (k). Remove an item at a specified index (L). Empty a list (m). Using the list() constructor to make a list