(python)
#input
.................................
string = 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'
for i in range(........):
a = ''.join(.............)
print(a)