Skip to content
Snippets Groups Projects
deploy_docker_e_stripped.py 312 B
Newer Older
  • Learn to ignore specific revisions
  • tuhe's avatar
    tuhe committed
    # example_docker/instructor/cs103/deploy.py
    # Load the two token files and compare their scores 
    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'])