Python Notes
any(): It returns True if one of the iteratable is True and return False if iteratable is empty or all the items are False. Similar to logical operator OR
all(): It returns False one of the iteratable is False or the iteratable is empty. Similar to t...
arunudayakumar.hashnode.dev1 min read