Python 3 - Dictionary - Tutorialspoint
https://www.tutorialspoint.com/python3/python_dictionary.htm
Python 3 - Dictionary. Each key is separated from its value by a colon (:), the items are separated by commas, and the whole thing is enclosed in curly braces. An empty dictionary without any items is written with just two curly braces, like this: {}. Keys are unique within a dictionary while values may not be.
DA: 47 PA: 29 MOZ Rank: 28