Exemple #1
0
 def __repr__(self):
     return str(binary_tree_to_string(self))
 def __repr__(self):
     return str(binary_tree_to_string(self))