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
Generally, you would not include the comma after the final entry, but Python will correct that for you.