From 488099bec05f463b2a3b2d9d936b79cb661e3fbc Mon Sep 17 00:00:00 2001 From: Sultan Orazbayev Date: Thu, 14 Jan 2021 09:29:27 +0600 Subject: [PATCH] Update 03-3-python-json-files.md --- data/03-3-python-json-files.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/03-3-python-json-files.md b/data/03-3-python-json-files.md index 335d468..f489749 100644 --- a/data/03-3-python-json-files.md +++ b/data/03-3-python-json-files.md @@ -69,7 +69,7 @@ hint for bonus: To get the unique elements in a list use the `set` method. For e ### ![#f03c15](https://placehold.it/15/f03c15/000000?text=+) Try It -Lets Read `superheroes.json` (in this folder) and output a flat CSV of members. The columns should be: `name, age, secretIdentity, powers, squadName, homeTown, formed, secretBase, active`. Any column that is top level, such as `squadName` should just be repeated for every row. +Let's read `superheroes.json` (in this folder) and output a flat CSV of members. The columns should be: `name, age, secretIdentity, powers, squadName, homeTown, formed, secretBase, active`. Any column that is top level, such as `squadName` should just be repeated for every row. Here is an example set of steps: