알고리즘/코드업
[CodeUp]기초100제(python)_1070번 : [조건/선택실행구조] 월 입력받아 계절 출력하기
Orange57
2020. 3. 30. 14:11
728x90
반응형
SMALL
문제 :
월이 입력될 때 계절 이름이 출력되도록 해보자.
예
월 : 계절 이름
12, 1, 2 : winter
3, 4, 5 : spring
6, 7, 8 : summer
9, 10, 11 : fall
답 :
코드 : https://github.com/Yearang-Lee/Algorithm/tree/master/CodeUp
Yearang-Lee/Algorithm
Contribute to Yearang-Lee/Algorithm development by creating an account on GitHub.
github.com
728x90
반응형
LIST