a=input() b=input() if ord(a) < ord(b): print("zyxwvutsrqponmlkjihgfedcba") else: print("abcdefghijklmnopqrstuvwxyz")
每次我使用到ord和chr就总是RE
求原因