728x90
반응형
문제
https://www.acmicpc.net/problem/15680
정수 입력 후 1이면 슬로건, 0이면 학교명을 출력.
print('Leading the Way to the Future' if int(input()) else 'YONSEI')
728x90
반응형
'코딩 > 공부' 카테고리의 다른 글
[Python] 백준 15733번 - 나는 누구인가 (0) | 2024.02.01 |
---|---|
[Python] 백준 15700번 - 타일 채우기 4 (0) | 2024.02.01 |
[Python] 백준 15439번 - 베라의 패션 (0) | 2024.02.01 |
[Python] 백준 15372번 - A Simple Problem. (0) | 2024.02.01 |
[Python] 백준 15000번 - CAPS (0) | 2024.02.01 |