Skip to the content.
List example
Chobocho's homepage
List example
emptyList = [0] * 10 print(emptyList)
[0, 0, 0, 0, 0, 0, 0, 0, 0, 0]