-
-
Notifications
You must be signed in to change notification settings - Fork 248
[hi-rachel] WEEK 02 solutions #1768
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
2주차 수고하셨습니다 :) 코드가 다 너무 좋아보여요
prev1 = 1 | ||
prev2 = 2 | ||
|
||
for i in range(2, n): |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
range 루프에서 index를 사용하지 않기에 _ 사용 적절해보입니다.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@printjin-gmailcom 아 최적화하면서 index를 사용하지 않는 부분을 놓쳤네요. 감사합니다.
@@ -1,3 +1,73 @@ | |||
""" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
코드를 구조화하여 두 방법을 모두 제공한 것이 매우 좋습니다 :)
@@ -0,0 +1,41 @@ | |||
""" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
코드를 구조화하여 세가지 방법을 모두 제공한 것이 매우 좋습니다 :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@printjin-gmailcom 이번에 재수 2번째 도전이라 여러 풀이로 도전했습니다.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
안그래도 꽤나 익숙한 아이디이긴했어요 ㅎㅎ 코드가 다 깔끔하고 좋아서 많이 배워갑니다다. 5기 화이팅 :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
리뷰가 너무 늦어 죄송합니다.
모범답안과 비슷하게 너무 잘짜셨고, 설명도 잘달아주셨네요 고생하셨습니다.
아닙니다. 저도 PR을 늦게 올렸어요. 리뷰 감사합니다! |
답안 제출 문제
작성자 체크 리스트
In Review
로 설정해주세요.검토자 체크 리스트
Important
본인 답안 제출 뿐만 아니라 다른 분 PR 하나 이상을 반드시 검토를 해주셔야 합니다!