Skip to the content.
Chobocho's Homepage
학습·개발 노트 모음
Home
List example
emptyList = [0] * 10 print(emptyList)
[0, 0, 0, 0, 0, 0, 0, 0, 0, 0]