Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 |
Tags
- 이코테
- code
- 달리기 경주
- ALTER
- 코딩테스트문제
- alter문
- codingtest
- 달리기경주
- 코테
- sqld
- create문
- LV.1
- 알고리즘
- 프로그래머스 코테
- sql
- DCL
- python
- greedy
- 파이썬
- DROP문
- DDL
- 코테준비
- drop
- Create
- 프로그래머스
- 알고리즈
- 그리디알고리즘
- programmers
- DML
- 코딩테스트
Archives
- Today
- Total
DarkPepper_DevStory
[백준] 2557번 - Hello World 본문
https://www.acmicpc.net/problem/2557
2557번: Hello World
Hello World!를 출력하시오.
www.acmicpc.net

풀이
print 를 사용하여 출력한다.
코드
print("Hello World!")
메모
'코딩테스트 > 백준 [BOJ] - python' 카테고리의 다른 글
[백준] 10869번 - 사칙연산 (0) | 2023.04.12 |
---|---|
[백준] 10998번 - A×B (0) | 2023.04.12 |
[백준] 1001번 - A-B (0) | 2023.04.12 |
[백준] 1000번 - A+B (0) | 2023.04.12 |