Python · Serialization: pickle, JSON & CSV
What does this print? ``` import json s = json.dumps({1: "a", 2: "b"}) d = json.loads(s) print(list(d.keys())) ```
Answer locked. Get the free KnowCard app to reveal it — plus spaced-repetition review so it actually sticks.
