We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
안녕하세요. 게임 개발 답안에서 이해 안 가는 부분이 있어 질문 올립니다.
답안 중 아래 조건문에서
if d[nx][ny] == 0 and array[nx][ny] == 0 :
nx와 ny는 음수가 나올 수 있는데, 찾아보니 파이썬에서 index가 음수일 경우 배열의 끝으로 돌아가서 조회 결과를 낸다고 합니다. 그렇게 될 경우, 영역을 벗어나는 경우는 체크하지 않게 되는 것이고, 정확하지 않은 위치의 값을 조회하게 되는 것 아닌가요...?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
안녕하세요.
게임 개발 답안에서 이해 안 가는 부분이 있어 질문 올립니다.
답안 중 아래 조건문에서
nx와 ny는 음수가 나올 수 있는데, 찾아보니 파이썬에서 index가 음수일 경우 배열의 끝으로 돌아가서 조회 결과를 낸다고 합니다.
그렇게 될 경우, 영역을 벗어나는 경우는 체크하지 않게 되는 것이고, 정확하지 않은 위치의 값을 조회하게 되는 것 아닌가요...?
The text was updated successfully, but these errors were encountered: