d. Create a Python program that initialises a list with five elements, appends a new element, and then prints
the updated list.
e. Consider the following list: L = [3, 5, 7, 9, 12, 15]. Write the Python code to find the position of the even
number in the given list.
190 Premium Edition-VIII