while True: line = input('> ') if line == 'zrobione': break print(line) print('Zrobione!')