while True: try: n = input().split() list = [] for i in n: &nb...