To practice python, I made a simple class for a tree structure in which each node can have infinite child nodes.
class Tree(): def __init__(self, children
In Python 2 print is a reserved word and cannot be the name of a variable or method or function.
print