Define a function named remove that removes the item at a given position from a singly linked structure. This function expects a position as a first argument, with the precondition 0 <= position=””>< length=”” of=”” structure.=”” its=”” second=”” argument=”” is=”” the=”” linked=”” structure,=”” which,=”” of=”” course,=”” cannot=”” be=”” empty.=”” the=”” function=”” returns=”” a=”” tuple=”” containing=”” the=”” modified=”” linked=”” structure=”” and=”” the=”” item=”” that=”” was=”” removed.=”” an=”” example=”” call=”” is=”” (head,=”” item)=”remove(1,”>