Programming/Python & Data Structures
[Baekjoon/Python3/Text] 5338번 마이크로소프트 로고
HooNeee
2020. 12. 5. 21:01
[Baekjoon/Python3/Text] 5338번 마이크로소프트 로고
5338번: 마이크로소프트 로고
마이크로소프트 로고를 예제 출력처럼 출력하는 프로그램을 작성하시오.
www.acmicpc.net
[Python3]
print(""" _.-;;-._
'-..-'| || |
'-..-'|_.-;;-._|
'-..-'| || |
'-..-'|_.-''-._|""")
[Text]
_.-;;-._
'-..-'| || |
'-..-'|_.-;;-._|
'-..-'| || |
'-..-'|_.-''-._|