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: _extras/guide.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
@@ -41,9 +41,9 @@ installation. Otherwise, it will tell you that the system is good to go and read
41
41
42
42
### Dictionaries Challenges
43
43
44
-
* Changing dictionaries: 2. Reassign the second value.
44
+
* Changing dictionaries: 2. Reassign the value that corresponds to the key `2`.
45
45
46
-
Make sure it is also clear that access to 'the second value' is actually just about the key name. Add for example `rev[10] = "ten"` to clarify it is not about the position.
46
+
Make sure it is also clear that access to 'the value that corresponds to the key `2`' is actually just about the key name. Add for example `rev[10] = "ten"` to clarify it is not about the position.
0 commit comments