8. 2-3 Tree

Modify the sample file provided last week (or your completed program) to implement the 2-3 tree data structure learned in class.

Only change the internal structure of the program, not the output. Test it with the same inputs.

The file to be uploaded should be called 23tree.py.