Daily Shaarli

All links of one day in a single page.

April 16, 2023

Using "any" and "all" in Python - Python Morsels

Need to check whether all items in a list match a certain condition? You can use Python's built-in any and all functions for that!