I am trying to implement a Linked List add() function, but I am not sure why the result comes out like this when using self._head. the code is
class Node: de