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