import numpy as np
from string import ascii_uppercase

arr = np.array(list(ascii_uppercase))

print(arr)