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.