Skip to content

Commit c351d11

Browse files
committed
JS - data structures readme work
1 parent e76b4bd commit c351d11

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

days/07-09-data-structures/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ Follow the instructions on page once you've redeemed the Bite and see if you can
2525

2626
## Day N+2: Your Turn!
2727

28-
Create a script that imports the US States data structures contained in the following script file in our Repo:
28+
Create a script that imports the US States data structures contained in the following script file in our Repo: [https://github.com/talkpython/100daysofcode-with-python-course/blob/master/days/07-09-data-structures/code/data.py](https://github.com/talkpython/100daysofcode-with-python-course/blob/master/days/07-09-data-structures/code/data.py)
2929

30-
Perform the following tasks on the list and dict without looking at their contents first! Hint: Dicts are unsorted.
30+
Perform the following tasks on the list and dict. The less you look at them, the better this exercise will be. Remember: **Dicts are unsorted**.
3131

3232
- Print out the 10th item in each.
3333

0 commit comments

Comments
 (0)