Question
4. Write a Python function called interleave that accepts two lists as arguments (list_1 and list_2). The two lists sent as arguments to the function should consist of the same number of elements. The function should create a new list (list_3) that results from the interleaving of list_1 and list 2. To interleave list_
Question image 1