[BAEKJOON] 2742 : 기찍 N - python3 1 2 3 4 n = int(input()) for i in range(n,0,-1): print(i) cs Study/BAEKJOON 2021.08.05