Run ID:105070
提交时间:2025-01-12 13:49:17
a=input('') if 90>=ord(a)>=65: print(chr(ord(a)+32)) else: print(a)