Newer
Older
checked_token, _ = load_token(token)
results, _ = load_token(student_token_file)
print("Student's score was:", results['total'])
print("My independent evaluation of the students score was", checked_token['total'])