another_list = ["apple", "banana", "cherry", "date", "elderberry"] Write Python code to access and print the following elements: The first element The last element The element "banana" The element "date"