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 2043712 commit cf0f7c0Copy full SHA for cf0f7c0
exercises/concept/inventory-management/.docs/introduction.md
@@ -120,7 +120,7 @@ KeyError: 'name'
120
121
## Looping through/Iterating over a Dictionary
122
123
-Looping through a dictionary using `for item in dict` or `while item` will iterate over only the _keys _ by default.
+Looping through a dictionary using `for item in dict` or `while item` will iterate over only the _keys_ by default.
124
You can access the _values_ within the same loop by using _square brackets_:
125
126
```python
0 commit comments