Exercise - while cycle - Old library
Здравейте,
Не мога да разбера защо този вариант на задачата не се зачита като 100% в Judge:
name_book=input() library_size=int(input()) counter=0 while counter<library_size: search_book_name=input() counter += 1 if search_book_name==name_book: print(f"You checked {counter} books and found it.") # continue print(f"The book you search is not here!") print((f"You checked {counter} books."))
Благодаря ви. Явно бях доста уморен и съвсем съм изпуснал логиката:).
Приятен ден.
Димитър