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

题目说的不清楚吧,要一直输入

标记一下,之后再看看