본문 바로가기

Programming Language/Python3.6

[python 파이썬] 백준 25083번 코드 풀이

문제

아래 예제와 같이 새싹을 출력하시오.

입력

입력은 없다.

출력

새싹을 출력한다.


코드 풀이

  • \ 기호 사용 익숙해지기!
print("         ,r'\\"7")
print("r`-_   ,'  ,/")
print(" \\\\. \\". L_r'")
print("   `~\\\\/")
print("      |")
print("      |")

 

 

 

https://github.com/yenyen31/BaekjoonAlgorithm

 

GitHub - yenyen31/BaekjoonAlgorithm: 백준 알고리즘/코딩테스트 스터디

백준 알고리즘/코딩테스트 스터디. Contribute to yenyen31/BaekjoonAlgorithm development by creating an account on GitHub.

github.com

 

 

반응형