Closed havanagrawal closed 4 years ago
Implement the board_game_geek_id function in external_identifier
board_game_geek_id
external_identifier
requests
bs4
Simply run python3 external_identifier.py and it will run doctests. Ensure that the test for board_game_geek_id passes.
python3 external_identifier.py
@havanagrawal can I take this?
Problem
Implement the
board_game_geek_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 forboard_game_geek_id
passes.Hints