Skip to the content.

List example

emptyList = [0] * 10

print(emptyList)
[0, 0, 0, 0, 0, 0, 0, 0, 0, 0]