코딩공부/백준 (python)
[백준 2557] Hello World (Python)
CodingKwon
2021. 12. 22. 00:28
문제 링크
https://www.acmicpc.net/problem/2557
2557번: Hello World
Hello World!를 출력하시오.
www.acmicpc.net
나의 코드 (Python)
print("Hello World!")
print는 소괄호 안의 내용을 출력해줍니다.