MCPcopy Create free account
hub / github.com/Avisikta-Majumdar/HackerRank_Python_Solutions / Introduction to Sets.py

File Introduction to Sets.py

Introduction to Sets.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1def average(array):
2 return (sum(set(array))/len(set(array)))
3 # your code goes here
4

Callers

nothing calls this directly

Calls 1

averageFunction · 0.85

Tested by

no test coverage detected