0
Q:

introduction to sets hackerrank solution

def average(array):
    # your code goes here
    return sum(set(array))/len(set(array))
0

New to Communities?

Join the community