GitHub is where people build software. More than 150 million people use GitHub to discover, fork, and contribute to over 420 million projects.
Why it's a bug [all(...)] produces a list [True] or [False], and since non-empty lists are always truthy in Python, this condition is always True regardless of what all() returns. This means passing a ...