Run ID:87214
提交时间:2024-08-07 14:47:44
a=input() if 65<=ord(a)<=90: b=ord(a)+32 b=chr(b) print(b) else: print(a)