What happens when you use the build-in function any() on a list?

Advertisement

  • The any() function will randomly return any item from the list.
  • The any() function returns True if any item in the list evaluates to True. Otherwise, it returns False.
  • The any() function takes as arguments the list to check inside, and the item to check for. If “any” of the items in the list match the item to check for, the function returns True.
  • The any() function returns a Boolean value that answers the question “Are there any items in this list?”
Join our list

Subscribe to our mailing list and get interesting stuff and updates to your email inbox.

Thank you for subscribing.

Something went wrong.

Leave a Comment


Share via
Join our list

Subscribe to our mailing list and get interesting stuff and updates to your email inbox.

Thank you for subscribing.

Something went wrong.

Send this to a friend