보안을 그리다, 훈이

[Baekjoon/Python3/Text] 5338번 마이크로소프트 로고 본문

Programming/Python & Data Structures

[Baekjoon/Python3/Text] 5338번 마이크로소프트 로고

HooNeee 2020. 12. 5. 21:01

[Baekjoon/Python3/Text] 5338번 마이크로소프트 로고

 

www.acmicpc.net/problem/5338

 

5338번: 마이크로소프트 로고

마이크로소프트 로고를 예제 출력처럼 출력하는 프로그램을 작성하시오.

www.acmicpc.net

 

[Python3]

print("""       _.-;;-._
'-..-'|   ||   |
'-..-'|_.-;;-._|
'-..-'|   ||   |
'-..-'|_.-''-._|""")

 

[Text]

       _.-;;-._
'-..-'|   ||   |
'-..-'|_.-;;-._|
'-..-'|   ||   |
'-..-'|_.-''-._|
Comments