def P(a,s=''):s+=chr(a);a<90>P(a+1,s)>P(a+33,s);print s[1:] P(64)