Skip to the content.

Home


List example

emptyList = [0] * 10

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