Review Note
Last Update: 07/10/2024 01:20 PM
Current Deck: Python fundamentals
Published
Fields:
Code
data = {"a": 1, "a": 2, "c": 3} print(data["a"]) |
Output
2
Explanation
Dictionary keys are unique.
Later key-value assignments override earlier ones.
Later key-value assignments override earlier ones.
Context
Python
Tags:
Suggested Changes:
Deck Changes (Suggestion to move the Note to the following Deck):
Field Changes:
Tag Changes: