for i in range(1,6):
for j in range(1,i+1):
print(j,end=' ')
print('')
for i in range (65,91): print(chr(i))
No comments:
Post a Comment