Open sjy268 opened 4 years ago
According to another issue, we have to add percentage and grade columns. By program code, is it okay to add student info to the original file? That is, after executing code, is it okay that the original file is changed?
no, if you change the original file you will get a lower score.
you have to store the percentage and grade columns within your code.
yes, just read the file and never write to it.
According to another issue, we have to add percentage and grade columns. By program code, is it okay to add student info to the original file? That is, after executing code, is it okay that the original file is changed?