In Python, I want to write a multi-line dict in my code. There are a couple of ways one could format it. Here are a few that I could think of:
mydic
From my experience with tutorials, and other things number 2 always seems preferred, but it's a personal preference choice more than anything else.