Python/백준

백준 9316 - Hello Judge

sophia02 2022. 10. 2. 23:35
n = int(input())
for i in range(1, n+1):
    print("Hello World, Judge", str(i)+"!")