Open havanagrawal opened 4 years ago
Implement the tv_tropes_id function in external_identifier
tv_tropes_id
external_identifier
requests
bs4
Simply run python3 external_identifier.py and it will run doctests. Ensure that the test for tv_tropes_id passes.
python3 external_identifier.py
I would like to do this can you assign it to me
So basically the function should return the content in the film/moviename ? or just film/moviename (as in tvtropes)
Problem
Implement the
tv_tropes_id
function inexternal_identifier
Prerequisites
requests
,bs4
(BeautifulSoup), etc)How to Test
Simply run
python3 external_identifier.py
and it will run doctests. Ensure that the test fortv_tropes_id
passes.Hints