Run ID:107857
提交时间:2025-01-18 15:13:32
a=input() if 90>=ord(a)>=65: print(chr(ord(a)+32)) else: print(chr(ord(a)-32))