1 comment

[ 3.5 ms ] story [ 16.4 ms ] thread
> any generator. For example, the classic range

`range` is not a generator.

Regarding number 8, instead of `Counter` you can also use dicts:

`unique = list(dict.from_keys(iterable))`