self.next = None如何将下一个值的地址存储在链表中?

时间:2018-12-16 06:38:00

标签: python class linked-list self

我是Python类的新手。我正在尝试实现链接列表。有人可以向我解释一下self.head.next.value如何输出列表中的下一个值吗?即使将next分配给任何人,但无论如何都可以打印正确的答案。我在这里How does self.next = None get the next value of l1?看到了类似的帖子 但由于我没有为self.next分配任何内容,因此未正确解释答案。

"="

输出显示:     2

1 个答案:

答案 0 :(得分:0)

  

[...],因为我没有为self.next分配任何内容。

好吧,您将 Error: Server Error The server encountered a temporary error and could not complete your request. Please try again in 30 seconds. 初始化为.next。但是,当您调用None时,将更改最后一个元素的append()

.next