Pretty Print a Binary Tree in Python

Visualizing a binary tree can help in understanding its structure and the relationships between its nodes. It is particularly useful for debugging problems with complex Binary Trees.