• + 0 comments

    In the challenge explantion there is a wrong code; in the example they mentioned the import statement as: from HTMLParser import HTMLParser

    But it should be: from html.parser import HTMLParser

    Please HackerRank team update it.