Skip to content
New issue

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

[croucs] Week 03 #786

Merged
merged 1 commit into from
Dec 29, 2024
Merged

[croucs] Week 03 #786

merged 1 commit into from
Dec 29, 2024

Conversation

heypaprika
Copy link
Contributor

@heypaprika heypaprika commented Dec 26, 2024

답안 제출 문제

체크 리스트

  • 우측 메뉴에서 PR을 Projects에 추가해주세요.
  • Projects의 오른쪽 버튼(▼)을 눌러 확장한 뒤, Week를 현재 주차로 설정해주세요.
  • 바로 앞에 PR을 열어주신 분을 코드 검토자로 지정해주세요.
  • 문제를 모두 푸시면 프로젝트에서 StatusIn Review로 설정해주세요.
  • 코드 검토자 1분 이상으로부터 승인을 받으셨다면 PR을 병합해주세요.

@heypaprika heypaprika requested a review from a team as a code owner December 26, 2024 14:30
@github-actions github-actions bot added the py label Dec 26, 2024
@heypaprika heypaprika changed the title ADD : #219 # 234 #239 #254 #275 by heypaprika [croucs] Week 03 Dec 26, 2024
Copy link
Contributor

@forest000014 forest000014 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

파이썬 문법을 새롭게 알 수 있어서 좋았습니다. 고생하셨습니다!


ans_list = [products] * len(nums)
for i in range(len(nums)):
ans_list[i] //= nums[i]
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

문제에서 나눗셈을 사용하지 않고 풀라는 조건이 있어서요, 나눗셈을 쓰지 않는 방법도 고민해보시면 좋을 것 같습니다 :)

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

아하! 감사합니다!!!

@SamTheKorean SamTheKorean merged commit 740d882 into DaleStudy:main Dec 29, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: Completed
Development

Successfully merging this pull request may close these issues.

3 participants