Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
그와는 별개로, 제출하신 코드에
venv
폴더가 포함되어 있었습니다. 다른 사람에게 파이선 프로젝트를 공유할 때, venv를 그대로 공유하는 것은 절대 하지 말아 주세요. 각 학생별로 환경이 다르기 때문에, 프로젝트의 실행을 보장하기 어렵습니다. 선생님들끼리 상의한 후 수정을 해 주세요. 다음과 같은 선택지가 있습니다.어쨌거나 학생들이 코드 실행을 위해 기초 설정을 해 줘야 하지만, 그렇게 어려운 것은 아닙니다. 또한 실행하기 위한 명령어를 기록하기 위해
README.md
파일이 존재합니다. 확인 해 보시고 코드 반영해 주세요.