Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1
def
average(array):
2
return
(sum(set(array))/len(set(array)))
3
# your code goes here
4
Callers
nothing calls this directly
Calls
1
average
Function · 0.85
Tested by
no test coverage detected