What Did I Learn? In this challenge I learned: Loop one line so that if the value is False, we store its index in a new list indices_distinct = [i for i, valor in enumerate(ar) if not valor]