Skip to content

Commit f7b3f6a

Browse files
committed
Removed the infamous no_duplicates example
1 parent 76155bf commit f7b3f6a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ sorted_by_both = sorted(<collection>, key=lambda el: (el[1], el[0]))
4040
flattened_list = list(itertools.chain.from_iterable(<list>))
4141
list_of_chars = list(<str>)
4242
product_of_elems = functools.reduce(lambda out, x: out * x, <collection>)
43-
no_duplicates = list(dict.fromkeys(<list>))
4443
```
4544

4645
```python

0 commit comments

Comments
 (0)