본문 바로가기
python-algorithm

[백준] 9654

by 무적김두칠 2021. 3. 3.

1
2
3
4
5
6
print("SHIP NAME      CLASS          DEPLOYMENT IN SERVICE")
print("N2 Bomber      Heavy Fighter  Limited    21        ")
print("J-Type 327     Light Combat   Unlimited  1         ")
print("NX Cruiser     Medium Fighter Limited    18        ")
print("N1 Starfighter Medium Fighter Unlimited  25        ")
print("Royal Cruiser  Light Combat   Limited    4         ")
cs

사실 저 문구를 그대로 copy & paste 하는 방식이 아니라 입력값으로
주면 출력을 저런 형태로 하는 방식이 조금 더 낫지 않을까 하는 생각..

반응형

'python-algorithm' 카테고리의 다른 글

[백준] 11283  (0) 2021.03.03
[백준] 10170  (0) 2021.03.03
[백준] 9653  (0) 2021.03.03
[백준] 8370  (0) 2021.03.03
[백준] 6749  (0) 2021.03.03

댓글