Run ID:129388
提交时间:2025-08-25 09:18:47
ch = input() if 65 <= ord(ch) <= 90: y = chr(ord(ch)+32) print(y) else: print(ch)