As of now, my code only prints out an in-order traveral. However, I would like it to return one.
class Node: def __init__(self, data): self.data =