Run
import array as arr my_array = arr.array('u', ['a', 'p', 'p', 'l', 'e']) print(my_array)
Output