Question :
How to read a html file using python, then extract id and links in that file.
Then put the id into the dictionary as the key and link as the content.
(Please give me hints on how to do it, I need to write a function for this. Should I used filter or reduce function do this problem?)