You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: days/07-09-data-structures/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,9 +25,9 @@ Follow the instructions on page once you've redeemed the Bite and see if you can
25
25
26
26
## Day N+2: Your Turn!
27
27
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)
29
29
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**.
0 commit comments