标签: python recursion tree
我正在尝试从树的traverses编写root一般树高度高的代码。我正在尝试编写的内容是打印list的内容,其中根位于index[0],后跟根{4}},然后是子项。我正在尝试编写它,以便为每个children重复此过程,直到它到达树的底部。 这是我的设计代码,但我无法弄清楚如何在python中编写它。
traverses
root
list
index[0]
children
subtree