質問編集履歴

1

引数はtreeのみである旨追記しました。

2021/11/29 03:45

投稿

aya0425
aya0425

スコア8

test CHANGED
File without changes
test CHANGED
@@ -80,7 +80,7 @@
80
80
 
81
81
  ```Python
82
82
 
83
- def min_depth_func(tree): #treeは木構造のインスタンス
83
+ def min_depth_func(tree): #treeは木構造のインスタンス、引数はtreeのみ
84
84
 
85
85
  if tree.num_children() == 0:
86
86