Run ID:92305

提交时间:2024-09-28 20:21:55

r=input() if ord(r)>=65 and ord(r)<=96: print(chr(ord(r)+32)) else: print(r)