Python · Interactive Mode & First Steps
Assigning to a dictionary key that doesn't exist yet — what happens? ``` >>> d = {"key1": "value1"} >>> d["key3"] = "value3" ```
Answer locked. Get the free KnowCard app to reveal it — plus spaced-repetition review so it actually sticks.
