New Text Document
New Text Document
else: ## just adding students which have all grades because there is too
many
students.append(Result( ## students without the grades. By just
changing these numbers
row[0], ## it can work for all students from the list
row[4], ## just remove line == 2 etc. and write else:
row[6],
row[7],
row[14],
row[21],
row[23],
row[26],
row[29] ))
line+=1