python panjang array kosong n grepper

# python
# create empty array of size n
arr=[None]*n
Precious Peacock