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 76155bf commit f7b3f6aCopy full SHA for f7b3f6a
README.md
@@ -40,7 +40,6 @@ sorted_by_both = sorted(<collection>, key=lambda el: (el[1], el[0]))
40
flattened_list = list(itertools.chain.from_iterable(<list>))
41
list_of_chars = list(<str>)
42
product_of_elems = functools.reduce(lambda out, x: out * x, <collection>)
43
-no_duplicates = list(dict.fromkeys(<list>))
44
```
45
46
```python
0 commit comments