Python leere Array -Länge n Grepper

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