Run
import array as arr my_array = arr.array('i', [100, 200, 300, 400]) print(my_array)
Output