Run ID:92787

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

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