Run
import array as arr my_array = arr.array('u', 'apple') for item in my_array: print(item)
Output