• + 8 comments
    marks[line[0]] = list(map(float, line[1:]))
    

    Can you explain this line