보안을 그리다, 훈이

[Baekjoon/Python3/Text] 10171번 고양이 본문

Programming/Python & Data Structures

[Baekjoon/Python3/Text] 10171번 고양이

HooNeee 2020. 12. 6. 03:19

[Baekjoon/Python3/Text] 10171번 고양이

 

www.acmicpc.net/problem/10171

 

10171번: 고양이

아래 예제와 같이 고양이를 출력하시오.

www.acmicpc.net

 

[Python3]

print("""\    /\\
 )  ( ')
(  /  )
 \(__)|""")

 

[Text]

\    /\
 )  ( ')
(  /  )
 \(__)|
Comments