any(): Is Any Element Of Iterable True Function

1 Description

The Python any function will return True if any element of the given iterable is True. When the given iterable is empty this function will return False.

This document was last updated: