Run ID:107863

提交时间:2025-01-18 15:19:05

s=input() if 90>=ord(s)>=65: #大写 print(chr(ord(s)+32)) else: print(chr(ord(s) - 32))