Source Code:
(back to article)
import array my_array = array.array('i', [1, 2, 3, 4, 5]) print(my_array)
Result:
Report an issue