Run ID:105167

提交时间:2025-01-12 15:58:50

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