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 dafe671 commit d0ddeb2Copy full SHA for d0ddeb2
exercises/03-flip_list/README.md
@@ -16,5 +16,5 @@ Final list: [60, 32, 5 , 23, 87, 67, 45]
16
```
17
18
19
-💡Hint
20
-You should loop the entire list, and push all the items (as you go) into a new list.
+💡Hint:
+- You should loop the entire list, and push all the items (as you go) into a new list.
0 commit comments