Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codemistic/Data-Structures-and-Algorithms
/ Nestedlist.py
File
Nestedlist.py
Python/Nestedlist.py:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
def
solution():
2
result =[]
3
scores_list = []
4
for
_ in range(int(input(
"Number of students?? "
))):
Callers
nothing calls this directly
Calls
1
solution
Function · 0.85
Tested by
no test coverage detected