Midterm 2 Score and Statistics
A Python Error Occurred:
Error on line 9 of Python tag (line 10 of source): serials = json.loads(open(serials).read()) FileNotFoundError: [Errno 2] No such file or directory: '<DATA ROOT>/courses/spring19/_grading_data/mt2/kerb_to_serial.json'
Summary
- Your score: A Python Error Occurred:
Error on line 1 of Python tag (line 112 of source): print('%s' % ('Excused' if x else 'No Score Entered' if my_score is None else my_score,)) NameError: name 'x' is not defined
A Python Error Occurred:Error on line 2 of Python tag (line 114 of source): my_score = my_score or 0.0 NameError: name 'my_score' is not defined
- PDFs: A Python Error Occurred:Blank, Solutions
Error on line 1 of Python tag (line 120 of source): print('%s' % (mine,)) NameError: name 'mine' is not defined
- Grade Breakdown: A Python Error Occurred:
Error on line 1 of Python tag (line 121 of source): print('%s' % (p._show(width='400px'),)) NameError: name 'p' is not defined
A Python Error Occurred:Error on line 1 of Python tag (line 121 of source): print('%s' % (p2._show(width='400px'),)) NameError: name 'p2' is not defined