create an empty arrray of fixed size in python code example Example: how to create a fixed size empty array in python arr = [None] * 10