menyatakan ukuran array python

#declaring a list/array with size 10
L = [None] * 10
Impossible Ibex