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 e2dd63b commit 2a1efc9Copy full SHA for 2a1efc9
exercises/08.1-Merge_list/README.md
@@ -16,7 +16,7 @@ Write a function `merge_list` that merges two lists and returns a single new lis
16
17
+ You will have to loop through each list and insert their items into a new list.
18
19
-+ There are more ways to merge lists in python, this would be a good time for you to search on the Internet "how to merge lists in python".
++ There are more ways to merge lists in Python, this would be a good time for you to search on the Internet "how to merge lists in python".
20
21
## 💻 Expected result:
22
0 commit comments