Run
import array as arr my_array = arr.array('i', [2, 4, 6, 8, 10]) print(my_array)
Output