Run ID:96320
提交时间:2024-11-03 20:14:10
a=input() b=ord(a) if b >= 65 and b <= 96: x=b+32 q=chr(x) print(q) else: print(a)