while True:
    try:
        n=input()
        print(n.lower())
    except:
        break