Write a program to delete an element at the beginning of the linked list. Get the values continuously from the user until the user enters a negative value.
It should come as no surprise that if we have a sequence of objects, we often wish to see if an element is in the sequence (list, tuple, or string). Sometimes we also want to find the index of the ...