Practice ยท 1 of 3
Roundtrip
Write profile(text) that parses a JSON string into a dict and returns the value at key "city". json.loads is your friend.
Difficulty: beginner
Press Submit to check your solution.
Back to lesson: Practice: JSON Persistence