while True:
    odp = input("Napisz: ")

    if odp == 'exit':
        break

    print(odp)
print("elo")