본문 바로가기

Python/[백준]

[백준/Python] #2557 - Hello World

728x90

문제

Hello World!를 출력하시오.

 

입력

없음

 

출력

Hello World!를 출력하시오.

Hello World!

 

정답

print('Hello World!')

 

728x90

'Python > [백준]' 카테고리의 다른 글

[백준/Python] #10869 – 사칙연산  (0) 2023.02.11
[백준/Python] #1008 – A/B  (0) 2023.02.10
[백준/Python] #10998 – A×B  (0) 2023.02.09
[백준/Python] #1001 – A-B  (0) 2023.02.09
[백준/Python] #1000 – A+B  (0) 2023.02.09