Wednesday, December 14, 2022

 for i in range (65,91):

    print(chr(i))

No comments:

Post a Comment

 for i in range (65,91):     print(chr(i))