| 일 | 월 | 화 | 수 | 목 | 금 | 토 | 
|---|---|---|---|---|---|---|
| 1 | ||||||
| 2 | 3 | 4 | 5 | 6 | 7 | 8 | 
| 9 | 10 | 11 | 12 | 13 | 14 | 15 | 
| 16 | 17 | 18 | 19 | 20 | 21 | 22 | 
| 23 | 24 | 25 | 26 | 27 | 28 | 29 | 
| 30 | 
													Tags
													
											
												
												- 개발
 - Blog
 - Exercism
 - 장고
 - 프로젝트
 - 장고 개발 순서
 - join()
 - 북마크만들기
 - MYSQL
 - MyPick31
 - passport.js
 - 타사인증
 - 장고 프로젝트 순서
 - Node.js
 - Bookmark
 - Django
 - 자바스크립트
 - ART_Cinema
 - 알고리즘
 - 독립영화플랫폼
 - mongodb
 - 파이썬 웹프로그래밍 장고
 - 예술영화추천
 - JavaScript
 - python
 - Django Blog
 - 장고 프로젝트
 - 북마크앱
 - Algorithm
 - til
 
													Archives
													
											
												
												- Today
 
- Total
 
목록leap (1)
Juni_Dev_log
▶ Leap (Problem) Introduction Given a year, report if it is a leap year. The tricky thing here is that a leap year in the Gregorian calendar occurs: on every year that is evenly divisible by 4 except every year that is evenly divisible by 100 unless the year is also evenly divisible by 400 For example, 1997 is not a leap year, but 1996 is. 1900 is not a leap year, but 2000 is. 윤년을 계산해보는 코드를 작성해보..
				CodingTest/Exercism
				
				2021. 1. 31. 14:52