while 1:
    try:
        a = input()
        print(a.lower())
    except:
        break