Skip to content

Commit 488099b

Browse files
Update 03-3-python-json-files.md
1 parent 840e89b commit 488099b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

data/03-3-python-json-files.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ hint for bonus: To get the unique elements in a list use the `set` method. For e
6969
7070
### ![#f03c15](https://placehold.it/15/f03c15/000000?text=+) Try It
7171
72-
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.
72+
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.
7373
7474
Here is an example set of steps:
7575

0 commit comments

Comments
 (0)