commit cfaf48e3e4f5de4dc641fe1054b7332ccfdced3c Author: aolingwen <747620155@qq.com> Date: Sat Jun 15 10:17:58 2019 +0800 werwer diff --git a/main.py b/main.py new file mode 100644 index 0000000..3eefa25 --- /dev/null +++ b/main.py @@ -0,0 +1,15 @@ +#coding=utf-8 + + +def junior_judge(want_answer, infact_answer): + want_answer_split = want_answer.split() + infact_answer_split = infact_answer.split() + if want_answer_split == infact_answer_split: + return True + else: + return False + + + +if __name__ == '__main__': + pass \ No newline at end of file diff --git a/network.py b/network.py new file mode 100644 index 0000000..e69de29 diff --git a/预期输出与实际输出数据表.xlsx b/预期输出与实际输出数据表.xlsx new file mode 100644 index 0000000..877dd4e Binary files /dev/null and b/预期输出与实际输出数据表.xlsx differ