A
AB
ABC
ABCD
ABCDE
for i in range(1,6):
for j in range(1,i+1):
print(chr(j+64),end='')
print()
Output:
No comments:
Post a Comment