Hacker News new | ask | show | jobs
by ok_dad 656 days ago
There are no "falsy" elements in an empty list, so `all([])` is `True` based on the description and "equivalent code" in the docs * [0].

[0]: https://docs.python.org/3/library/functions.html#all

* The official docs are pretty good, people should read them more often!