MCPcopy 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

1def solution():
2 result =[]
3 scores_list = []
4 for _ in range(int(input("Number of students?? "))):

Callers

nothing calls this directly

Calls 1

solutionFunction · 0.85

Tested by

no test coverage detected