지나가던 개발자

[Python] 백준 9656번(돌 게임 2 문제 풀이) 본문

PS/Python

[Python] 백준 9656번(돌 게임 2 문제 풀이)

KwonYongHyeon 2022. 7. 2. 15:37

 

if int(input()) % 2 != 0:
    print("CY")
else:
    print("SK")

 

 저번에 푼 9655번이랑 코드가 완전 똑같다 ㅋㅋ =만 !로 바뀌었다.

 

https://developer-next-to-you.tistory.com/191

 

Comments