#try to avoid input function a = ord("Z") for i in range(a,a-26,-1): print(chr(i))
Click the run button. Try to avoid input() function.