Commit 44aeec1c by BellCodeEditor

auto save

parent 88e8f560
Showing with 0 additions and 20 deletions
q=int(input())
e=0
for i in range(q):
w=chr(ord('A')+e)
if w=='Z':
e=-1
e=e+1
r=0
for j in range(q):
t=chr(ord(w)+r)
print(t,end='')
if t=='Z':
r=0
w='A'
continue
r=r+1
print()
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment