Solution/Python
[BAEKJOON ONLINE JUDGE] 2393번 : Rook
뺚
2024. 1. 28. 18:00
시간 제한 : 1 초
메모리 제한 : 128 MB
문제
You have just learned how to output text to the screen and your teacher has challenged you to create an ASCII art of a chess piece. You have decided to make your favorite piece, the rook.
출력
The rook art, exactly as shown below, with no extra blank spaces. In particular, a line must not end with a blank space.
print(" ___ ___ ___")
print(" | |__| |__| |")
print(" | |")
print(" \\_________/")
print(" \\_______/")
print(" | |")
print(" | |")
print(" | |")
print(" | |")
print(" |_____|")
print(" __/ \\__")
print(" / \\")
print("/_______________\\")