Ad
  • Custom User Avatar

    YASSSS QUEEN!!!

  • Default User Avatar

    The description of this may be confusing to some people. For reference, a predicate is a rule (or in this case function) that is applied.

    In the case of this Kata, what it is asking you to do is:

    For every element in the given seuence, pass it as an argument to the predicate (or function). If some of the elements return True (but not all of them), the function should return True, otherwise the function is to return False.