2622 채점완료

This commit is contained in:
2026-02-13 17:18:45 +09:00
parent e3cf4ea53f
commit c13d5feffe
9 changed files with 2002 additions and 5 deletions

View File

@@ -76,8 +76,8 @@ def copy_exam_files(exam_round, exam_codes, source_dir):
# 사용 예시
if __name__ == "__main__":
# [source_dir경로\DIW] 디렉토리 안에 A형, B형... 폴더가 존재해야 함
exam_round = "2601"
exam_round = "2622"
exam_codes = ["DIW"]
source_dir = r"D:\project\data\제2601회 정기\과목별답안파일"
source_dir = r"D:\project\data\제2622회 특별\과목별답안파일 (2)"
copy_exam_files(exam_round, exam_codes, source_dir)