Jak otworzyć plik HTML w Python

file = codecs.open("sample.html", "r", "utf-8")
Exuberant Elephant