반응형
https://www.acmicpc.net/problem/9316
# @Author YoungMinKim
# baekjoon
N=int(input())
for i in range(N):
print("Hello World, Judge {}!".format(i+1))
반응형
'백준 문제풀이' 카테고리의 다른 글
baekjoon - python - 9653 (0) | 2020.08.27 |
---|---|
baekjoon - python - 9498 (0) | 2020.08.27 |
baekjoon - python - 8958 (0) | 2020.08.27 |
baekjoon - python - 8393 (0) | 2020.08.27 |
baekjoon - python - 5988 (0) | 2020.08.27 |
댓글