Question: Please i need the solution in Python3 not in c# the solution sent to me was in c# and i don't need c# i need
Please i need the solution in Python3 not in c# the solution sent to me was in c# and i don't need c#
i need it in Python3
In this challenge, your task is to write a function to search a mock bookstore website (Books to Scape) and determine if a title is listed in the store's online inventory. in_stock(title, topic) Parameters title: String - the title of the book to search for topic: String - the topic to search in Return Value Boolean - True if the book is available in this topic category, false otherwise You can consider searches, both for topic and title fields, to be exact matches on characters, with one exception: case should be ignored. Feel free to research and familiarize yourself with your language's HTML parsing library's documentation. Imports have been added to help get you started, but you may wish to use any other packages available in the challenge environment. Examples Here's a screenshot of the store website depicting Charles Darwin's The Origin of Species in stock in
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
