Skip to content
Advertisement

how to make each key-value of a dictionary print on a new line?

If I have a given dictionary like this:

JavaScript

how do I make each key-value print on a new line?

well its long but here is the code I’m using to get this dictionary. I pretty much added each key-value to the dictionary. So i figured out the shortest word and then I added that to the dictionary. I noticed it too that there are extra colons. but I figured its part of the values and I can use .replace() to take it away??

JavaScript

Advertisement

Answer

If you really don’t want to import pprint but want it to “look like” a dictionary, you could do:

JavaScript
User contributions licensed under: CC BY-SA
3 People found this is helpful
Advertisement