Run ID:113938
提交时间:2025-03-17 20:20:55
a=input() if 97<=a<=122: print(chr(ord(a)-32)) if 65<=a<=90: print(chr(ord(a)+32))