while 1:
    try:
        info = input()
        print(info.lower(),end='\n')
    except:
        break