Generation

generate functionMon, 06 Feb 2023

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

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

Want to kickstart your project?Use the new AI Studio to create your code