Run ID:93549
提交时间:2024-10-17 20:43:02
s=input() if ord(s)>=65 and ord(s)<=91: print(chr(ord(s)+32)) else: print(s)