2511회 채점완료

This commit is contained in:
2025-11-28 17:04:20 +09:00
parent ed97d6c9ed
commit 24b4a8b72d
57 changed files with 3776 additions and 1707 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 = "2510"
exam_round = "2511"
exam_codes = ["DIW"]
source_dir = r"D:\project\data\제2510회 정기\과목별답안파일"
source_dir = r"D:\project\data\제2511회 정기"
copy_exam_files(exam_round, exam_codes, source_dir)