Python: Dicts Question What is the core rule behind dicts? (Click to reveal answer) Answer Use dictionaries when the code benefits from named fields or key-based access that reads like the domain. This matters because strong answers mention that dicts are powerful but still need clear contracts. Additional NotesWhat is the core rule behind dicts? Track: Python Topic: Core Collections Focus: Dicts Topics: Core Collections Dicts Python