le = input() #字母 'a' if le in "ABCDEFGHIJKLMNOPQRSTUVWXYZ":#A-Z 范围 65-90 print( chr(ord(le)+32) ) else: print( le)