Run ID:92301

提交时间:2024-09-28 20:18:11

s=input() a=ord(s)+32 if 122>=a>=97: print(chr(a)) else: print(s)