I would like a multi-line string that is essentially a "pretty-printing" of a list object, I know I can kind of use str.join(iterable) for this, but t
str.join(iterable)