반응형
https://www.acmicpc.net/problem/5338
5338번: 마이크로소프트 로고
문제 마이크로소프트 로고를 예제 출력처럼 출력하는 프로그램을 작성하시오. 출력 마이크로소프트 로고를 예제 출력처럼 출력한다. 예제 입력 1 복사 예제 출력 1 복사 _.-;;-._ '-..-'| || | '-..-'|_.-
www.acmicpc.net
# @Author YoungMinKim
# baekjoon
print(" _.-;;-._")
print("'-..-'| || |")
print("'-..-'|_.-;;-._|")
print("'-..-'| || |")
print("'-..-'|_.-''-._|")
반응형
'백준 문제풀이' 카테고리의 다른 글
baekjoon - python - 5988 (0) | 2020.08.27 |
---|---|
baekjoon - python - 5543 (0) | 2020.08.27 |
baekjoon - python - 5337 (0) | 2020.08.26 |
baekjoon - python - 4999 (0) | 2020.08.26 |
baekjoon - python - 4344 (0) | 2020.08.26 |
댓글