转换

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