15680번 풀이 [Python]

sua·2022년 6월 30일
0

Baekjoon

목록 보기
69/161
post-thumbnail

문제


풀이

a = int(input())
if a == 0:
    print("YONSEI")
elif a == 1:
    print("Leading the Way to the Future")
profile
가보자고

0개의 댓글