This is a back-end test written in pyhton.
Read the data from multiple csv file and calculate the average and display the data of each student.
if you want to try this code. create course.csv (with id,name,teacher), marks.csv (with test_id,student_id,mark), students.csv (with id,name) and tests.csv(with id,course_id,weight)