Declare a variable called alphabet that keeps all the uppercase letters of the English language: alphabet = ['A', 'B', ..., 'Z']. The input contains a single integer n. The program should print the first n letters in the alphabet. It’s guaranteed that 1 ≤ n ≤ 26.