Introduction to Sets

  • + 0 comments

    def average(array): Set_array = set(array) return sum(Set_array)/len(Set_array)