goldshakil / ElectricalProgrammingCourse2020

This repository is aimed towards sharing and discussing issues about Electrical and Electronics Programming Course
6 stars 1 forks source link

[Others]Final exam #300

Open sjy268 opened 4 years ago

sjy268 commented 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?

goldshakil commented 4 years ago

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.

goldshakil commented 4 years ago

yes, just read the file and never write to it.