Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- n = int(input())
- for i in range(n):
- print(chr(ord('A')+i), end='')
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement