Write a function interleave two pictures take the first 20 pixels from the first picture and then 20 pixels from the second picture and then the next 20 pixels from the first picture and then the next 20 pixels from the second picture and so on till all the pixels have been uses. HINT: the total width of the two pictures should be less than the width of your target.
Be sure to include the comments at the beginning of the program as stated in previous assigments.