Run ID:94114
提交时间:2024-10-19 19:22:52
c=input().split() a=c[0] a=ord(a) if ord('A')<=a and ord('Z')>=a : print(chr(a+32))