-
2741_Python // N 찍기IT_Baekjoon 단계별로 풀어보기/for문 2020. 1. 4. 13:02

Python
import sys n = int(sys.stdin.readline()) for i in range(1,n+1) : print(i)===
'IT_Baekjoon 단계별로 풀어보기 > for문' 카테고리의 다른 글
11021_Python // A+B -7 (0) 2020.01.05 2742_Python // 기찍 N (0) 2020.01.05 15552_Python // 빠른 A+B (0) 2020.01.04 8393_Python // 합 (0) 2020.01.04 10950_Python // A+B -3 (0) 2020.01.04