-
Notifications
You must be signed in to change notification settings - Fork 0
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
STEP 2. 조건문 #3
Labels
STEP
단계
Comments
letsjo
added a commit
that referenced
this issue
Mar 29, 2023
윤년 조건을 잘못 이해하고 입력했었는데, 답이 맞다고 나왔음 조건 수정 후 재업로드
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
단계 설명
문제 / 코드보기
새로 알게된 점
max()
으로 최대값을 찾을 수 있다.lambda
라는 메서드가 있었는데, 사용해봐야겠다.python 에서도
reduce
는 있지만, python3부터 내부함수에서 빠져 라이브러리에서 가져와야 한다.The text was updated successfully, but these errors were encountered: