Generation

generate functionMon, 06 Feb 2023

Цикл всегда работает

while True: line = input('>') if line == 'done': break print(line) print('Done!')

Questions about programming?Chat with your personal AI assistant