Skip to content

Commit 828475f

Browse files
authored
Update README.md
1 parent e982a87 commit 828475f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

exercises/08.1-Merge_list/README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,6 @@ Write a function that merges two lists and returns a single new list (`merge_lis
2121
## 💻 Expected result:
2222

2323
```py
24-
The console expected:
25-
2624
['Lebron', 'Aaliyah', 'Diamond', 'Dominique', 'Aliyah', 'Jazmin', 'Darnell', 'Lucas', 'Jake', 'Scott', 'Amy', 'Molly', 'Hannah', 'Lucas']
2725
```
2826

0 commit comments

Comments
 (0)