Bug report
Bug description:
On the documentation page, it says that:
"""
Here are most of the built-in objects considered false:
...
empty sequences and collections: '', (), [], {}, set(), range(0)
"""
which is now wrong. Either remove range(0) from the example or change it to list(range(0))
CPython versions tested on:
3.13
Operating systems tested on:
Windows