So öffnen Sie die HTML -Datei in Python

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