cool hamsters never sleep

백준 10172. 개 본문

Python Algorithm

백준 10172. 개

슈슈 susu 2022. 7. 14. 14:10
print("|\\_/|")
print("|q p|   /}")
print('( 0 )"""\\')
print('|"^"`    |')
print("||_/=\\\__|")

 

1. 큰/작은 따옴표 출력하기
    작은/큰 따옴표로 묶기

 

2. 큰 따옴표와 작은 따옴표 동시 출력하기
    앞에 역슬래시 붙이기
 

'Python Algorithm' 카테고리의 다른 글

백준 1001. A-B  (0) 2022.07.14
백준 1000. A+B  (0) 2022.07.14
백준 10171. 고양이  (0) 2022.07.14
백준 10718. We love kriii  (0) 2022.07.14
백준 2557. Hello World  (0) 2022.07.14
Comments