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 fb5226e commit e1b9402Copy full SHA for e1b9402
exercises/04.1-count_on/README.md
@@ -8,7 +8,7 @@ Would you be so kind to add all the items with data-type `dict` and `list` into
8
9
1. Loop the given list.
10
11
-2. Push the data-types found to an new list called `hello`.
+2. Push the data-types `dict` and `list` found to a new list called `hello`.
12
13
3. Print the variable `hello`.
14
0 commit comments