Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 348 Bytes

README.md

File metadata and controls

6 lines (4 loc) · 348 Bytes

Back-end-Practice

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)