Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Avisikta-Majumdar/HackerRank_Python_Solutions
/ Check Subset.py
File
Check Subset.py
Check Subset.py:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
def
Subset(a,b):
2
result = 0
3
for
i in a:
4
if
i in b:
Callers
nothing calls this directly
Calls
1
Subset
Function · 0.85
Tested by
no test coverage detected