Solution Exercise 49: Python algorithm that determines the maximum of elements with even index of a given list
Exercise 49 Write a Python algorithm as a function that takes a list L as a parameter and returns the maximum number of elements with even index without using any…