Run ID:113214

提交时间:2025-03-15 14:24:06

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