any()
any() is built into Python. You do not import it. Freshers only need one honest call and the printed result — not a long definition.
any() — output — True then False. any True if at least one item is true.
Wrong type often raises TypeError. Empty values matter for bool/all/any. Don’t mix any up with a similar name (sorted vs sort, int vs float).
Exam tip
Call any() once and say what prints.