Run ID:113939

提交时间:2025-03-17 20:23:32

a=input() if 97<=ord(a)<=122: print(chr(ord(a)-32)) if 65<=ord(a)<=90: print(chr(ord(a)+32))