Run
import array as arr my_array = arr.array('i', [200, 400, 600, 800]) print("Size of array : ", len(my_array))
Output