Run ID:113208
提交时间:2025-03-15 14:14:41
a=input() if ord(a)<97: a=ord(a)-32 print(chr(a)) else: a=ord(a)+32 print(chr(a))