LAB ASSIGNMENTS ARE 10 POINTS. Assume that they have 10, and subtract points for the following infractions, but do not go below zero: CODE: A -10: Student name is not in a comment at the top of the program. B -10: It does not run, and there is no simple, easy fix to make it work. C -5: It does not run, but there is a simple typo or two that when fixed allows it to work. D -5: Program works and gives correct output, but students blended Process and Main into one function. E -4: Use of the for-loop in either Main or Process or both. F -2: Use of the print statement inside Process. G -1: Loops stop one too early (Process,Main) or one too late (Process). H -1: Loop in Main uses constant 7 instead of len(Names) or len(Scores) to control loop. I -1: Indentation obviously not 4 spaces per level. J -1: Other errors not identified here.