error with the driver code ```py tree = merkleTree() data = [1, 2, 3, 4] tree.makeTreeFromArray(data) ```