Run ID:105168

提交时间:2025-01-12 16:03:22

s=input() if 65<=ord(s)<=90: print(chr(ord(s)+32)) else: print(chr(ord(s)-32))