2603회 채점완료

This commit is contained in:
2026-04-02 15:25:28 +09:00
parent 5da9cba080
commit 51832bd416
54 changed files with 7066 additions and 94 deletions

View File

@@ -73,10 +73,10 @@ def copy_exam_files(exam_round, exam_codes, source_dir):
# 사용 예시
if __name__ == "__main__":
exam_round = "2602"
exam_round = "2603"
exam_codes = ["DIC", "DPI"]
# exam_codes = ["DIC"]
# source_dir = r"D:\project\GOM\DIC\회차별채점자료\2622"
source_dir = r"D:\project\data\답안파일 (1)"
source_dir = r"D:\project\data\제2603회 정기\답안파일\과목별답안파일"
copy_exam_files(exam_round, exam_codes, source_dir)