I constructed a Tree class in one python file named "tree.py", which has the codes below:
class Tree(object): """ A class representin