coa-lab/assignment-1/supporting_files/test_each.py

7 lines
79 B
Python
Executable File

#!/bin/python
import sys
from evaluate import evaluate
evaluate(sys.argv[1])