Python

[python] 배열에 숫자 순서대로 삽입하기

nang. 2020. 10. 10. 23:08
반응형
SMALL
integers = [i for i in range(1, n+1)]
반응형
LIST

'Python' 카테고리의 다른 글

[python] sys.setrecursionlimit()  (0) 2020.10.21
[python] class 와 self / __init__  (0) 2020.10.14
[python] sort(), sorted() 함수  (0) 2020.10.09
[python] reverse(), reversed() 함수  (0) 2020.10.08
[python] extend 함수  (0) 2020.10.08