while True: # Твой код здесь answer = input("Хотите продолжить? (да/нет): ") if answer.lower() != "да": break