while True: try: a = input() while(len(a) >= 8): print(a[:8]) &nbs...