-Code
date = list(map(int, input().split('/')))
if date[0] > 12:
print("EU")
elif date[1] > 12:
print("US")
else:
print("either")
'Beakjoon&프로그래머스 > 파이썬' 카테고리의 다른 글
[백준/파이썬] 28135번 Since 1973 (0) | 2024.04.22 |
---|---|
[백준/파이썬] 23663번 Deja vu of Go Players (0) | 2024.04.21 |
[백준/파이썬] 26863번 Absolutely Flat (1) | 2024.04.19 |
[백준/파이썬] 15083번 Life Savings (0) | 2024.04.18 |
[백준/파이썬] 30544번 Cuckoo! Cuckoo! (0) | 2024.04.17 |