We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 471df49 commit 840e89bCopy full SHA for 840e89b
1 file changed
data/03-3-python-json-files.md
@@ -33,9 +33,9 @@ print(data)
33
34
In a new file called `cookveggies.py`
35
36
-1. Read `vegetables.csv` (see previous section) into a variable called `vegetables`.
+1. Read `output/vegetables.csv` (see previous section) into a variable called `vegetables`.
37
2. Print the variable `vegetables`.
38
-2. Write `vegetables` as a JSON file called `vegetables.json`. It should look like this:
+2. Write `vegetables` as a JSON file called `output/vegetables.json`. It should look like this:
39
40
```
41
[
0 commit comments