반응형

백준 10172번 개 풀이 코드 | Python (파이썬)


풀이

print()로 제시 문장을 출력합니다. \(역슬래시), "(큰따옴표) 출력 시 이스케이프 문으로 입력되지 않도록 유의합니다.

코드

print("|\_/|")
print("|q p|   /}")
print("( 0 )\"\"\"\\")
print("|\"^\"`    |")
print("||_/=\\\__|")

문제 출처

https://www.acmicpc.net/problem/10172

반응형

+ Recent posts