Function to Print a nicely formatted Dictionary or List?

MRAB python at mrabarnett.plus.com
Thu Jun 9 13:53:24 EDT 2022


On 2022-06-09 11:43, Dave wrote:
> Hi,
> 
> Before I write my own I wondering if anyone knows of a function that will print a nicely formatted dictionary?
> 
> By nicely formatted I mean not all on one line!
> 
It's called "pretty-printing". Have a look at the 'pprint' module.


More information about the Python-list mailing list