linked list head is normally set to null since the initial list is empty. When an element is introduced to the list then the head is set to the new element ---python