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 8891d5e commit 50a927fCopy full SHA for 50a927f
README.md
@@ -9,9 +9,9 @@ The data can be found in the `/websites/resouces/data.py` file.
9
The data can be viewed by running the following commands on the command line in Python's interactive mode:
10
11
```bash
12
-from websites.resources.data import WEBSITES
13
-
14
-print(WEBSITES)
+python
+>>> from websites.resources.data import WEBSITES
+>>> print(WEBSITES)
15
```
16
17
The data structure is as follows, with five keys for each item:
0 commit comments