I have a simple code that does in order traversal, If I remove the yield keyword, however now I only get [1] back using the next() or list() method. How can I get this to wo