Run ID:92785

提交时间:2024-10-06 14:34:04

x=ord(input()) if x<91: print(chr(x+32)) else: print(x)