The skip_elements function returns a list containing every other element from an input list, starting with the first element. Complete this function to do that, usin