#93: Pretty Print for Python
If you try out a Python package in the REPL, the output of print() may not be the most useful one. In Ruby I used for this case the class PrettyPrint and as it turns out, Python has a similar built-in feature. Let's have a look.