f=open(\'students.csv\', \'r\') a=f.readline() length=len(a.split(",")) fw=open(\'output.csv\', \'w\') lst = [] while a: lst.append(a) a=f.readlin