This is a python script that uses loops and conditionals to iterates through students academic records and give outputs of students with high,average and poor performance all with a summary report of identification number of the student, name and score.
A for loop was used to iterate through the record of hundred(100) students while conditionals was used to allocate each student to their various group from their scores.