쉽고 깔끔하게
[백준 알고리즘/python3] 2557번 Hello World 문제풀이 본문
728x90
반응형

문제
2557번: Hello World
Hello World!를 출력하시오.
www.acmicpc.net
Hello World! 를 출력하시오.
입력
없음
출력
Hello World! 를 출력하시오.
예제 입력 | 예제 출력 |
Hello World! |
<정답>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
print("Hello World!") |
728x90
반응형
'Algorithm > BAEKJOON' 카테고리의 다른 글
[백준 알고리즘/python3] 1001번 A-B 문제풀이 (0) | 2020.12.26 |
---|---|
[백준 알고리즘/python3] 1000번 A+B 문제풀이 (0) | 2020.12.23 |
[백준 알고리즘/python3] 10172번 개 문제풀이 (0) | 2020.12.20 |
[백준 알고리즘/python3] 10171번 고양이 문제풀이 (0) | 2020.12.20 |
[백준 알고리즘/python3] 10718번 We love kriii 문제풀이 (0) | 2020.12.19 |