You are viewing a single comment's thread. Return to all 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.
Seems like cookies are disabled on this browser, please enable them to open this website
HTML Parser - Part 1
You are viewing a single comment's thread. Return to all 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.