Programming/백준

[백준] 2741 - N 찍기 (파이썬)

pental 2020. 4. 2. 00:29
a = int(input())
i = 0
for i in range (1, a+1):
    print(i)
저작자표시 비영리 (새창열림)