2522회 채점자료 업데이트

This commit is contained in:
2025-09-04 17:35:35 +09:00
parent d4a5a604ce
commit 6067dda923
35 changed files with 7650 additions and 3 deletions

View File

@@ -77,6 +77,6 @@ def copy_exam_files(exam_round, exam_codes, source_dir):
if __name__ == "__main__":
exam_round = "2508"
exam_codes = ["DIC", "DPI"]
source_dir = r"D:\project\GOM\DIC\회차별채점자료\2508"
source_dir = r"D:\project\data\제2508회 정기\(전체답안)답안파일(과목별)"
copy_exam_files(exam_round, exam_codes, source_dir)