[BOJ / Python] 25083 새싹

도니·2023년 4월 4일

BOJ / Python

목록 보기
33/105
post-thumbnail

문제

백준 25083 새싹

코드

#BOJ 25083 새싹

print("         ,r\'\"7")
print("r`-_   ,\'  ,/")
print(" \\. \". L_r\'")
print("   `~\/")
print("      |")
print("      |")

💡 이스케이프 시퀀스 주의!: \', \", \\

[참고자료] 파이썬 코딩 도장: 이스케이프 시퀀스

profile
Where there's a will, there's a way

0개의 댓글