1.获取输入 2.分隔字符串输出 def cutStr(): while True: try: s = input() w...