Beakjoon&프로그래머스/파이썬
[백준/파이썬]9316번 Hello Judge
현장
2021. 3. 20. 15:12
-코드
n = int(input())
for i in range(n):
print("Hello World, Judge %d!" % (i + 1))