Skip to content

Commit 840e89b

Browse files
Update 03-3-python-json-files.md
1 parent 471df49 commit 840e89b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@ print(data)
3333

3434
In a new file called `cookveggies.py`
3535

36-
1. Read `vegetables.csv` (see previous section) into a variable called `vegetables`.
36+
1. Read `output/vegetables.csv` (see previous section) into a variable called `vegetables`.
3737
2. Print the variable `vegetables`.
38-
2. Write `vegetables` as a JSON file called `vegetables.json`. It should look like this:
38+
2. Write `vegetables` as a JSON file called `output/vegetables.json`. It should look like this:
3939

4040
```
4141
[

0 commit comments

Comments
 (0)